We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ce914 commit 425f2ffCopy full SHA for 425f2ff
test/integration/crud/crud_api.test.ts
@@ -899,7 +899,6 @@ describe('CRUD API', function () {
899
let collection;
900
901
beforeEach(async function () {
902
- await client.connect();
903
collection = client.db().collection('updateOneTest');
904
});
905
@@ -924,7 +923,6 @@ describe('CRUD API', function () {
924
923
925
926
927
928
collection = client.db().collection('updateManyTest');
929
930
@@ -949,7 +947,6 @@ describe('CRUD API', function () {
949
947
950
948
951
952
953
collection = client.db().collection('findAndModifyTest');
954
955
0 commit comments