mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
🐛 Fix tests caused by merge from staging
This commit is contained in:
parent
68a299a5f5
commit
bc250c962d
1 changed files with 1 additions and 3 deletions
|
@ -38,6 +38,4 @@
|
|||
(t/is (= (ctk/get-swap-slot s3) #uuid "9cc181fa-5eef-8084-8004-7bb2ab45fd1f"))
|
||||
(t/is (= (ctk/get-swap-slot s4) #uuid "9cc181fa-5eef-8084-8004-7bb2ab45fd1f"))
|
||||
(t/is (= (ctk/get-swap-slot s5) #uuid "9cc181fa-5eef-8084-8004-7bb2ab45fd1f"))
|
||||
#?(:clj
|
||||
(t/is (thrown-with-msg? IllegalArgumentException #"Invalid UUID string"
|
||||
(ctk/get-swap-slot s6))))))
|
||||
(t/is (nil? (ctk/get-swap-slot s6)))))
|
||||
|
|
Loading…
Reference in a new issue