0
Fork 0
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:
Andrey Antukh 2024-11-18 18:43:06 +01:00
parent 68a299a5f5
commit bc250c962d

View file

@ -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)))))