Skip to content

Commit bd34a86

Browse files
committed
fix: add missing blocking param
1 parent 74e0211 commit bd34a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/com/moclojer/components/mq_test.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
:mq (component/using (components/new-mq [{:handler fake-worker
4040
:channel "test"}
4141
{:handler job-worker
42-
:channel "test-job"}])
42+
:channel "test-job"}]
43+
false)
4344
[:config :database :storage :sentry])
4445
:storage (component/using (components/new-storage) [:config]))))
4546

0 commit comments

Comments
 (0)