Skip to content

Commit b0160a2

Browse files
chore: remove calls to connect
1 parent 2c907cb commit b0160a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,9 +2081,9 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
20812081
}
20822082
}
20832083

2084-
beforeEach(async function () {
2085-
client1 = await this.configuration.newClient().connect();
2086-
client2 = await this.configuration.newClient().connect();
2084+
beforeEach(function () {
2085+
client1 = this.configuration.newClient();
2086+
client2 = this.configuration.newClient();
20872087
});
20882088

20892089
afterEach(async function () {

0 commit comments

Comments
 (0)