Skip to content

Commit f3822c5

Browse files
committed
fix bug
1 parent ab6976a commit f3822c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/sci/namespaces_test.cljc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@
205205
(ns-unmap *ns* 'cake)
206206
(def resolved (resolve 'cake))
207207
(intern *ns* 'cake "bar")
208-
[resolved cake]))))))))
208+
[resolved cake])))))))
209+
(testing "unmapping Class and then fully qualifying it"
210+
(is (= 'user/String (eval* "(ns-unmap *ns* 'String) `String ;;=> user/String")))))
209211

210212
(deftest find-var-test
211213
(is (eval* "(= #'clojure.core/map (find-var 'clojure.core/map))"))

0 commit comments

Comments
 (0)