Skip to content

Commit 425f2ff

Browse files
committed
fix: leaks
1 parent 49ce914 commit 425f2ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/crud/crud_api.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,6 @@ describe('CRUD API', function () {
899899
let collection;
900900

901901
beforeEach(async function () {
902-
await client.connect();
903902
collection = client.db().collection('updateOneTest');
904903
});
905904

@@ -924,7 +923,6 @@ describe('CRUD API', function () {
924923
let collection;
925924

926925
beforeEach(async function () {
927-
await client.connect();
928926
collection = client.db().collection('updateManyTest');
929927
});
930928

@@ -949,7 +947,6 @@ describe('CRUD API', function () {
949947
let collection;
950948

951949
beforeEach(async function () {
952-
await client.connect();
953950
collection = client.db().collection('findAndModifyTest');
954951
});
955952

0 commit comments

Comments
 (0)