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 acbefb9 commit c39a1b0Copy full SHA for c39a1b0
src/test/cljs/cljs/ns_test.cljs
@@ -47,4 +47,4 @@
47
48
(deftest test-cljs-3399
49
(is (= ::fake/foo :fake.ns/foo)
50
- (= `fake/foo `fake.ns/foo)))
+ (is (= `fake/foo 'fake.ns/foo))))
0 commit comments