Skip to content

Commit

Permalink
Merge pull request #1980 from j-allard/relax-file-not-found-test
Browse files Browse the repository at this point in the history
Make the file-not-found test less strict
  • Loading branch information
hypirion committed Sep 8, 2015
2 parents e9d6d78 + bdc2e3a commit 6538837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/leiningen/test/run.clj
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@
;; the inappropriate error message "Can't find
;; 'file-not-found-thrower.core' as .class or .clj for lein run:
;; please check the spelling." is not
(is (.startsWith s "Exception in thread \"main\" java.io.FileNotFoundException"))))
(is (.contains s "Exception in thread \"main\" java.io.FileNotFoundException"))))

0 comments on commit 6538837

Please sign in to comment.