Skip to content

Commit

Permalink
* fix as alias test
Browse files Browse the repository at this point in the history
patch from Michiel Borkent
  • Loading branch information
swannodette committed Mar 27, 2024
1 parent acbefb9 commit c39a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cljs/cljs/ns_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@

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

0 comments on commit c39a1b0

Please sign in to comment.