aboutsummaryrefslogtreecommitdiff
path: root/test/clj/queue_api/test/handler.clj
diff options
context:
space:
mode:
Diffstat (limited to 'test/clj/queue_api/test/handler.clj')
-rw-r--r--test/clj/queue_api/test/handler.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/clj/queue_api/test/handler.clj b/test/clj/queue_api/test/handler.clj
index 0af1b9f..26c71b0 100644
--- a/test/clj/queue_api/test/handler.clj
+++ b/test/clj/queue_api/test/handler.clj
@@ -5,7 +5,8 @@
[queue-api.db.core :refer :all]
[mount.core :as mount]
[queue-api.test.db.core-test :refer [base-schema]]
- [datascript.core :as d]))
+ [datascript.core :as d])
+ (:refer-clojure :exclude [agent]))
(use-fixtures
:once