diff --git a/test/clj/tapp/utils/logging.clj b/test/clj/tapp/utils/logging.clj index c888838..ea7f1ff 100644 --- a/test/clj/tapp/utils/logging.clj +++ b/test/clj/tapp/utils/logging.clj @@ -39,7 +39,7 @@ #'mount.core/sigcont}) (defn without-logging-status [] - (doall (map #(clear-hooks %) lifecycle-fns))) + (doall (map clear-hooks lifecycle-fns))) (defn with-logging-status [] (without-logging-status)