Skip to content

Commit

Permalink
fix: add missing blocking param
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Jul 15, 2024
1 parent 74e0211 commit bd34a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/com/moclojer/components/mq_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
:mq (component/using (components/new-mq [{:handler fake-worker
:channel "test"}
{:handler job-worker
:channel "test-job"}])
:channel "test-job"}]
false)
[:config :database :storage :sentry])
:storage (component/using (components/new-storage) [:config]))))

Expand Down

0 comments on commit bd34a86

Please sign in to comment.