Skip to content

Commit

Permalink
Remove debug prints from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmglov committed Feb 15, 2024
1 parent 346cdad commit 01575d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/quickblog/api_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

(use-fixtures :each
(fn [test-fn]
#_(with-out-str)
(test-fn)
(fs/delete-tree test-dir)))
(with-out-str
(test-fn)
(fs/delete-tree test-dir))))

(defn- tmp-dir [dir-name]
(fs/file test-dir
Expand Down

0 comments on commit 01575d9

Please sign in to comment.