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 2569b11 commit 5be0865Copy full SHA for 5be0865
1 file changed
abstract.js
@@ -177,6 +177,7 @@ function abstractPersistence (opts) {
177
t.plan(1)
178
const prInstance = await persistence(t)
179
t.assert.equal(prInstance.setup.constructor.name, 'AsyncFunction', '.setup() must be an async function')
180
+ await doCleanup(t, prInstance)
181
})
182
183
test('store and look up retained messages', async t => {
0 commit comments