Disable warning suppression for tests.

This commit is contained in:
Phil Hagelberg 2018-01-22 16:17:31 -08:00
parent 0e8c823ea8
commit dd019deedb

View file

@ -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