Skip to content

Commit 93bbf5a

Browse files
committed
chore: async close
1 parent 8cad86d commit 93bbf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/read-write-concern/write_concern.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ describe('Write Concern', function () {
276276
await client.connect();
277277
});
278278

279-
afterEach(function () {
279+
afterEach(async function () {
280280
sinon.restore();
281-
client.close();
281+
await client.close();
282282
});
283283

284284
it(

0 commit comments

Comments
 (0)