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