diff --git a/test/cryogen_core/classpath_able_io_test.clj b/test/cryogen_core/classpath_able_io_test.clj index 516cf74..019df5d 100644 --- a/test/cryogen_core/classpath_able_io_test.clj +++ b/test/cryogen_core/classpath_able_io_test.clj @@ -17,9 +17,11 @@ (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")))) + (.exists (sut/file-from-cp-or-filesystem + "./" ".gitkeep")))) (deftest test-copy-resources-from-theme (is (do