fix(core): update
This commit is contained in:
parent
cb6c03ebfe
commit
ad6366a294
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user