diff --git a/test/marginalia/test/helpers.clj b/test/marginalia/test/helpers.clj index f06b9fd..fdb793a 100644 --- a/test/marginalia/test/helpers.clj +++ b/test/marginalia/test/helpers.clj @@ -17,7 +17,7 @@ (delete-file f silently))) (defn find-clojure-file-paths [source-dir] - (marginalia.core/find-processable-file-paths source-dir #".clj$")) + (marginalia.core/find-processable-file-paths source-dir #(re-find #"\.clj$" %))) (defn files-in [dir] (seq (.listFiles (file dir))))