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 1c39356 commit 83e57d9Copy full SHA for 83e57d9
test/clojure/test_clojure/param_tags.clj
@@ -183,7 +183,7 @@
183
(testing "overloaded, invoke w/args"
184
(is (= "int-int-long" (clojure.test.SwissArmy/doppelganger (int 1) (int 2) (long 42)))))
185
186
- (tesing "non-overloaded, field holds IFn, invoke w/args fails"
+ (testing "non-overloaded, field holds IFn, invoke w/args fails"
187
(is (thrown? Exception (eval '(clojure.test.SwissArmy/idFn 42))))
188
(is (= #'clojure.core/identity clojure.test.SwissArmy/idFn)))
189
0 commit comments