Change the file-not-found test to be less strict on the output

This commit is contained in:
Jeremy Allard 2015-09-08 01:35:49 -04:00
parent e9d6d78857
commit bdc2e3ab33

View file

@ -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"))))