diff --git a/test/test.ts b/test/test.ts index 745fd08..6c7b944 100644 --- a/test/test.ts +++ b/test/test.ts @@ -217,7 +217,7 @@ tap.test('should use a cursor', async () => { // ======================================= // close the database connection // ======================================= -tap.test('should close the database connection', async (tools) => { +tap.test('should drop the db and close the database connection', async (tools) => { await testDb.mongoDb.dropDatabase(); await testDb.close(); try {