From 9cd41d54e7f0f8bc4a0710be7953a80db6323877 Mon Sep 17 00:00:00 2001 From: Jan Krebs Date: Fri, 6 Dec 2019 14:35:14 +0100 Subject: [PATCH] "mob next [ci-skip]" --- test/cryogen_core/classpath_able_io_test.clj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cryogen_core/classpath_able_io_test.clj b/test/cryogen_core/classpath_able_io_test.clj index 019df5d..3e51390 100644 --- a/test/cryogen_core/classpath_able_io_test.clj +++ b/test/cryogen_core/classpath_able_io_test.clj @@ -16,6 +16,9 @@ (.isDirectory (io/file path)))) (deftest test-file-from-cp-or-filesystem + (is (thrown? IllegalArgumentException + (sut/file-from-cp-or-filesystem + "./" "Not_Existing"))) (is (.exists (sut/file-from-cp-or-filesystem "./test-resources/" "templates/themes/bootstrap4-test/js")))