From 8e06fdb6f18e8cc63a5d501e68a175685fb808b5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 19 Feb 2018 21:33:15 -0300 Subject: Adds more test --- src/clj/queue_api/db/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clj/queue_api/db') diff --git a/src/clj/queue_api/db/core.clj b/src/clj/queue_api/db/core.clj index 88e6eed..f40548c 100644 --- a/src/clj/queue_api/db/core.clj +++ b/src/clj/queue_api/db/core.clj @@ -147,7 +147,7 @@ (bind-agent a j)))) (defn dequeue-job - "Dequeue a job from a agent `id`" + "Dequeue a job to a agent `id`" [^String id] (let [a (d/entity @conn [:agent/id id])] (if (not (nil? a)) -- cgit v1.2.3