From 3f30afcdcb9d9b7e7a887628dacb8debe4071cec Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 17 Jan 2020 13:57:37 +0100 Subject: [PATCH] fixed a test --- test/cryogen_core/classpath_able_io_test.clj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/cryogen_core/classpath_able_io_test.clj b/test/cryogen_core/classpath_able_io_test.clj index 9775c5c..eecefc4 100644 --- a/test/cryogen_core/classpath_able_io_test.clj +++ b/test/cryogen_core/classpath_able_io_test.clj @@ -101,13 +101,13 @@ "" "templates/themes/bootstrap4-test" ["."])))))) (deftest test-distinct-resources-by-path - (is (= [{:path "pages/test"} - {:path "pages/test1"} - {:path "pages/test2"}] - (sut/distinct-resources-by-path [{:path "pages/test"} - {:path "pages/test1"} - {:path "pages/test2"} - {:path "pages/test1"}])))) + (is (= [{:short-path "pages/test"} + {:short-path "pages/test1"} + {:short-path "pages/test2"}] + (sut/distinct-resources-by-path [{:short-path "pages/test"} + {:short-path "pages/test1"} + {:short-path "pages/test2"} + {:short-path "pages/test1"}])))) (deftest test-filter-for-ignore-patterns (is (=