Skip to content

Commit

Permalink
Fix typo in test_clojure/fn.clj from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller committed Oct 2, 2016
1 parent 853634b commit b3e4721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clojure/Clojure.Tests/clojure/test_clojure/fn.clj
Expand Up @@ -47,7 +47,7 @@
[a b])))))

(testing "missing parameter declaration"
(is (fails-with-cause? clojure.lang.ExceptionInfoion
(is (fails-with-cause? clojure.lang.ExceptionInfo
#"Call to clojure.core/fn did not conform to spec"
(eval '(fn a))))
(is (fails-with-cause? clojure.lang.ExceptionInfo
Expand Down

0 comments on commit b3e4721

Please sign in to comment.