From ad6366a29414efdaca0a8d5e4911a0108719009c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 12 Nov 2021 16:36:25 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {