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 544ff24 commit c894388Copy full SHA for c894388
test/sci/defrecords_and_deftype_test.cljc
@@ -567,6 +567,6 @@
567
568
(deftest ns-with-special-chars-test
569
(testing "defrecord works in ns with + in name"
570
- (is (some? (tu/eval* "(ns foo+) (defrecord Dude []) (->Dude)" {}))))
+ (is (some? (tu/eval* "(ns foo+) (defrecord Dude []) (some? (->Dude))" {}))))
571
(testing "deftype works in ns with + in name"
572
- (is (some? (tu/eval* "(ns bar+) (deftype Thing [x]) (->Thing 1)" {})))))
+ (is (some? (tu/eval* "(ns bar+) (deftype Thing [x]) (some? (->Thing 1))" {})))))
0 commit comments