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