From 1f0871a88141e0ca1ccd1d399ac6b3ff1ecd72ec Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 6 Dec 2019 12:44:54 +0100 Subject: [PATCH] "Mob Session DONE [ci-skip]" --- test/cryogen_core/classpath_able_io_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cryogen_core/classpath_able_io_test.clj b/test/cryogen_core/classpath_able_io_test.clj index 1ddebb0..516cf74 100644 --- a/test/cryogen_core/classpath_able_io_test.clj +++ b/test/cryogen_core/classpath_able_io_test.clj @@ -17,7 +17,7 @@ (deftest test-file-from-cp-or-filesystem (is - (.exists (sut/file-from-cp-or-filesystem "./test-resources" "templates/themes/bootstrap4-test/js"))) + (.exists (sut/file-from-cp-or-filesystem "./test-resources/" "templates/themes/bootstrap4-test/js"))) (is (.exists (sut/file-from-cp-or-filesystem "./" ".gitkeep"))))