From 4c7ae619829ebd835432359ba505b21a408a0978 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 7 Feb 2020 12:50:37 +0100 Subject: [PATCH] fix test --- test/cryogen_core/classpath_able_io/fs_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cryogen_core/classpath_able_io/fs_test.clj b/test/cryogen_core/classpath_able_io/fs_test.clj index 7010985..3ded575 100644 --- a/test/cryogen_core/classpath_able_io/fs_test.clj +++ b/test/cryogen_core/classpath_able_io/fs_test.clj @@ -32,7 +32,7 @@ (deftest test-list-entries-for-dir (is - (= ["dummy_from_fs" "dummy2"] + (= ["dummy2" "dummy_from_fs"] (seq (sut/list-entries-for-dir (sut/create-resource "dummy" (sut/path-if-exists fs-root "dummy")))))))