Skip to content

Commit 325271a

Browse files
committedMay 6, 2024·
ns typo
1 parent a835cbd commit 325271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/marginalia/test/helpers.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
(.mkdirs (io/file ~test-project-target))
5858
(binding [html/*resources* ""]
5959
(~doc-generator ~test-project-src ~test-project-target ~test-metadata))
60-
(let [~'number-of-generated-pages (count (io/files-in ~test-project-target))]
60+
(let [~'number-of-generated-pages (count (files-in ~test-project-target))]
6161
;; We need to `deftest` in order for test runners (e.g. `lein test`) to pick up failures
6262
(deftest ~(gensym (str project-name "-"))
6363
~@tests))

0 commit comments

Comments
 (0)
Please sign in to comment.