diff --git a/src/test/cljc/dda/c4k_common/monitoring_test.cljc b/src/test/cljc/dda/c4k_common/monitoring_test.cljc index c4e8f7d..cd240b0 100644 --- a/src/test/cljc/dda/c4k_common/monitoring_test.cljc +++ b/src/test/cljc/dda/c4k_common/monitoring_test.cljc @@ -31,12 +31,12 @@ (deftest should-not-generate-config (is (thrown? - Exception + #?(:clj Exception :cljs js/Error) (cut/generate-config invalid-conf auth)))) (deftest should-not-generate-auth (is (thrown? - Exception + #?(:clj Exception :cljs js/Error) (cut/generate-config conf invalid-auth)))) (deftest should-generate