From dd019deedbfa8ce31f29dcabd5281e06b65c0058 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Mon, 22 Jan 2018 16:17:31 -0800 Subject: [PATCH] Disable warning suppression for tests. --- leiningen-core/test/leiningen/core/test/project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leiningen-core/test/leiningen/core/test/project.clj b/leiningen-core/test/leiningen/core/test/project.clj index 27d21319..125662a1 100755 --- a/leiningen-core/test/leiningen/core/test/project.clj +++ b/leiningen-core/test/leiningen/core/test/project.clj @@ -13,7 +13,8 @@ (fn [f] ;; Can't have user-level profiles interfering! (with-redefs [user/profiles (constantly {}) - user/credentials (constantly nil)] + user/credentials (constantly nil) + project/warn-once #'project/warn] (f)))) (defn make-project