From f949291312755476ef3a1f78d832dbaa4ee6e157 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 6 Dec 2019 14:16:16 +0100 Subject: [PATCH] "Mob Session DONE [ci-skip]" --- test/cryogen_core/classpath_able_io_test.clj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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