We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e37a8a commit e770e0dCopy full SHA for e770e0d
test/nodely/api_test.clj
@@ -307,7 +307,7 @@
307
(t/testing "with-try works Throwable catches first"
308
(t/matching "Could not resolve exception class: NonSenseException"
309
(try
310
- (eval '(api/with-try exceptions-all-the-way-down
+ (eval '(nodely.api.v0/with-try exceptions-all-the-way-down
311
(catch NonSenseException _ 0)))
312
(catch clojure.lang.Compiler$CompilerException e
313
(ex-message (.getCause e))))))
0 commit comments