diff --git a/fs_root/dummy/dummy_from_fs b/fs_root/dummy/dummy_from_fs new file mode 100644 index 0000000..e69de29 diff --git a/test/cryogen_core/classpath_able_io_test.clj b/test/cryogen_core/classpath_able_io_test.clj index 734c348..2dedde7 100644 --- a/test/cryogen_core/classpath_able_io_test.clj +++ b/test/cryogen_core/classpath_able_io_test.clj @@ -11,9 +11,7 @@ [clojure.java.io :as io] [schema.core :as s] [cryogen-core.file-test-tools :as ftt] - [cryogen-core.classpath-able-io :as sut]) - (:import [java.nio.file FileSystems Paths Files LinkOption StandardCopyOption] - [java.nio.file.attribute FileAttribute])) + [cryogen-core.classpath-able-io :as sut])) (s/set-fn-validation! true)