From 951831f14b4a14e3e7b36dd18f118d6e7404d72e Mon Sep 17 00:00:00 2001 From: Ivar Refsdal Date: Fri, 24 Sep 2021 11:01:48 +0200 Subject: Clean test output --- test/com/github/ivarref/yoltq/virtual_test.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/com/github/ivarref/yoltq/virtual_test.clj b/test/com/github/ivarref/yoltq/virtual_test.clj index 3f7365f..8f7b454 100644 --- a/test/com/github/ivarref/yoltq/virtual_test.clj +++ b/test/com/github/ivarref/yoltq/virtual_test.clj @@ -186,8 +186,9 @@ (tq/put! :q {:work 123}) (is (some? (:exception (tq/run-one-report-queue!)))) - (dotimes [_ 20] - (tq/run-queue-once! :q :error)) + (timbre/with-level :fatal + (dotimes [_ 20] + (tq/run-queue-once! :q :error))) (is (= 4 @call-count)))) -- cgit v1.2.3