From bc250c962d79ad965bda906f67e66b21391005d2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 18 Nov 2024 18:43:06 +0100 Subject: [PATCH] :bug: Fix tests caused by merge from staging --- common/test/common_tests/types/types_component_test.cljc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/test/common_tests/types/types_component_test.cljc b/common/test/common_tests/types/types_component_test.cljc index cff174329..d46480bf7 100644 --- a/common/test/common_tests/types/types_component_test.cljc +++ b/common/test/common_tests/types/types_component_test.cljc @@ -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)))))