mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Fix tests caused by merge from staging
This commit is contained in:
parent
68a299a5f5
commit
bc250c962d
@ -38,6 +38,4 @@
|
|||||||
(t/is (= (ctk/get-swap-slot s3) #uuid "9cc181fa-5eef-8084-8004-7bb2ab45fd1f"))
|
(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 s4) #uuid "9cc181fa-5eef-8084-8004-7bb2ab45fd1f"))
|
||||||
(t/is (= (ctk/get-swap-slot s5) #uuid "9cc181fa-5eef-8084-8004-7bb2ab45fd1f"))
|
(t/is (= (ctk/get-swap-slot s5) #uuid "9cc181fa-5eef-8084-8004-7bb2ab45fd1f"))
|
||||||
#?(:clj
|
(t/is (nil? (ctk/get-swap-slot s6)))))
|
||||||
(t/is (thrown-with-msg? IllegalArgumentException #"Invalid UUID string"
|
|
||||||
(ctk/get-swap-slot s6))))))
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user