diff --git a/abstract.js b/abstract.js index 8dbc5ab..26d3199 100644 --- a/abstract.js +++ b/abstract.js @@ -177,6 +177,7 @@ function abstractPersistence (opts) { t.plan(1) const prInstance = await persistence(t) t.assert.equal(prInstance.setup.constructor.name, 'AsyncFunction', '.setup() must be an async function') + await doCleanup(t, prInstance) }) test('store and look up retained messages', async t => {