From e05e7911084e3f23897d6d5b299d7f84494d618e Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Wed, 21 Feb 2018 21:41:51 -0300 Subject: Readme --- test/clj/queue_api/test/db/core_test.clj | 2 +- test/clj/queue_api/test/handler.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/clj/queue_api') 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))) -- cgit v1.2.3