diff --git a/test/com/rpl/specter/core_test.cljx b/test/com/rpl/specter/core_test.cljx index 763f8b3..a1f088b 100644 --- a/test/com/rpl/specter/core_test.cljx +++ b/test/com/rpl/specter/core_test.cljx @@ -1320,7 +1320,7 @@ )))) (deftest multi-transform-overrun-error - (is (thrown? Exception (multi-transform s/STAY 3))) + (is (thrown? #+clj Exception #+cljs js/Error (multi-transform s/STAY 3))) ) (deftest terminal-val-test