Skip to content

Commit c39a1b0

Browse files
committed
* fix as alias test
patch from Michiel Borkent
1 parent acbefb9 commit c39a1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/cljs/cljs/ns_test.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747

4848
(deftest test-cljs-3399
4949
(is (= ::fake/foo :fake.ns/foo)
50-
(= `fake/foo `fake.ns/foo)))
50+
(is (= `fake/foo 'fake.ns/foo))))

0 commit comments

Comments
 (0)