diff options
Diffstat (limited to 'test/com')
| -rw-r--r-- | test/com/github/ivarref/yoltq/virtual_test.clj | 5 |
1 files 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)))) |
