diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2018-02-21 21:41:51 -0300 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2018-02-21 21:41:51 -0300 |
commit | e05e7911084e3f23897d6d5b299d7f84494d618e (patch) | |
tree | 36e3675676fe9ad28ad1cc0c8c25b530196a42dc /test/clj | |
parent | 540f46fece32d683411143152272c7564fd9ce45 (diff) | |
download | queue-api-e05e7911084e3f23897d6d5b299d7f84494d618e.tar.gz queue-api-e05e7911084e3f23897d6d5b299d7f84494d618e.tar.bz2 queue-api-e05e7911084e3f23897d6d5b299d7f84494d618e.zip |
Readme
Diffstat (limited to 'test/clj')
-rw-r--r-- | test/clj/queue_api/test/db/core_test.clj | 2 | ||||
-rw-r--r-- | test/clj/queue_api/test/handler.clj | 2 |
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))) |