From 01575d94a8914bdbb37414206b3526c6b71cba18 Mon Sep 17 00:00:00 2001 From: Josh Glover Date: Thu, 15 Feb 2024 09:35:39 +0100 Subject: [PATCH] Remove debug prints from tests --- test/quickblog/api_test.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/quickblog/api_test.clj b/test/quickblog/api_test.clj index d4b2567..f340096 100644 --- a/test/quickblog/api_test.clj +++ b/test/quickblog/api_test.clj @@ -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