From 1497aacf59d25cf74dae21a8aa7a3c403fbc4927 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Thu, 23 Jun 2016 12:30:17 -0400 Subject: [PATCH] fix tests for cljs --- test/com/rpl/specter/core_test.cljx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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