mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 05:36:37 +02:00
💄 Format backend code
This commit is contained in:
parent
cfe7ba34f7
commit
0b29aaecc4
11 changed files with 43 additions and 54 deletions
|
@ -233,8 +233,7 @@
|
|||
(t/is (= 1 (:processed res))))
|
||||
|
||||
(let [rows (th/db-query :file-data-fragment {:file-id (:id file)})]
|
||||
(t/is (= 2 (count rows))))
|
||||
)))
|
||||
(t/is (= 2 (count rows)))))))
|
||||
|
||||
|
||||
|
||||
|
@ -904,8 +903,7 @@
|
|||
(let [error (:error out)
|
||||
error-data (ex-data error)]
|
||||
(t/is (th/ex-info? error))
|
||||
(t/is (= (:type error-data) :not-found))))
|
||||
))
|
||||
(t/is (= (:type error-data) :not-found))))))
|
||||
|
||||
|
||||
(t/deftest object-thumbnails-ops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue