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 52d877b commit 4572184Copy full SHA for 4572184
1 file changed
tests/provider.spec.ts
@@ -20,21 +20,4 @@ test.group('Provider', () => {
20
assert.isFunction(queueManager.use)
21
assert.isFunction(queueManager.destroy)
22
})
23
-
24
- test('should resolve adapters from config providers', async ({ assert }) => {
25
- const app = await setupApp()
26
27
- const queueManager = await app.container.make('queue.manager')
28
29
- assert.isDefined(queueManager)
30
- })
31
32
- test('should shutdown queue manager when app terminates', async ({ assert }) => {
33
34
35
36
37
38
- await app.terminate()
39
40
0 commit comments