fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-12 16:36:25 +01:00
parent cb6c03ebfe
commit ad6366a294

View File

@ -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 {