diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/github/ivarref/yoltq.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/github/ivarref/yoltq.clj b/src/com/github/ivarref/yoltq.clj index d04462f..d3eefef 100644 --- a/src/com/github/ivarref/yoltq.clj +++ b/src/com/github/ivarref/yoltq.clj @@ -78,7 +78,7 @@ :start-execute-time (atom {}) :system-error (atom {})} default-opts - (select-keys old-conf [:handlers]) + (if *test-mode* old-conf (select-keys old-conf [:handlers])) cfg) u/duration->nanos)))] new-cfg))) |
