aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/clj/queue_api/test/db/core_test.clj2
-rw-r--r--test/clj/queue_api/test/handler.clj2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/clj/queue_api/test/db/core_test.clj b/test/clj/queue_api/test/db/core_test.clj
index 08c8a2a..371b903 100644
--- a/test/clj/queue_api/test/db/core_test.clj
+++ b/test/clj/queue_api/test/db/core_test.clj
@@ -7,7 +7,7 @@
[mount.core :as mount]))
(def base-schema
- "Scenario base for tests, it has most of possible combinations to simulate a real setup"
+ "Scenario base for tests, it has most of combinations to simulate a real composition"
[;;Jobs that will be kept :unassigned
{:job/id "dfa7744f-8d61-4d37-885f-dbef2d4df13b"
:job/type "rewards-question"
diff --git a/test/clj/queue_api/test/handler.clj b/test/clj/queue_api/test/handler.clj
index 04e9912..eeb860a 100644
--- a/test/clj/queue_api/test/handler.clj
+++ b/test/clj/queue_api/test/handler.clj
@@ -9,7 +9,7 @@
(fn [f]
(mount/start #'queue-api.config/env
#'queue-api.handler/app
- #'queue-api.db.core/conn)
+ #'queue-api.db.core/conn)git
(f)))