Skip to content

Commit e770e0d

Browse files
committed
Quote prevents aliases from resolving
1 parent 3e37a8a commit e770e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nodely/api_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
(t/testing "with-try works Throwable catches first"
308308
(t/matching "Could not resolve exception class: NonSenseException"
309309
(try
310-
(eval '(api/with-try exceptions-all-the-way-down
310+
(eval '(nodely.api.v0/with-try exceptions-all-the-way-down
311311
(catch NonSenseException _ 0)))
312312
(catch clojure.lang.Compiler$CompilerException e
313313
(ex-message (.getCause e))))))

0 commit comments

Comments
 (0)