Skip to content

Commit 4c1d06c

Browse files
committed
fix: typo
1 parent 8022a20 commit 4c1d06c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/node-specific/client_close.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,7 @@ describe('MongoClient.close() Integration', () => {
356356
const waitQueueTimeoutMS = 1515;
357357

358358
beforeEach(async function () {
359-
// this.configurationure failPoint
360-
utilClient = this.this.configurationuration.newClient();
359+
utilClient = this.configuration.newClient();
361360
await utilClient.connect();
362361
const failPoint = {
363362
configureFailPoint: 'failCommand',

0 commit comments

Comments
 (0)