Skip to content

Commit

Permalink
ns typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald committed May 6, 2024
1 parent a835cbd commit 325271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/marginalia/test/helpers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
(.mkdirs (io/file ~test-project-target))
(binding [html/*resources* ""]
(~doc-generator ~test-project-src ~test-project-target ~test-metadata))
(let [~'number-of-generated-pages (count (io/files-in ~test-project-target))]
(let [~'number-of-generated-pages (count (files-in ~test-project-target))]
;; We need to `deftest` in order for test runners (e.g. `lein test`) to pick up failures
(deftest ~(gensym (str project-name "-"))
~@tests))
Expand Down

0 comments on commit 325271a

Please sign in to comment.