We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e0211 commit bd34a86Copy full SHA for bd34a86
test/com/moclojer/components/mq_test.clj
@@ -39,7 +39,8 @@
39
:mq (component/using (components/new-mq [{:handler fake-worker
40
:channel "test"}
41
{:handler job-worker
42
- :channel "test-job"}])
+ :channel "test-job"}]
43
+ false)
44
[:config :database :storage :sentry])
45
:storage (component/using (components/new-storage) [:config]))))
46
0 commit comments