Skip to content

Commit 79b7db5

Browse files
clemclxnbbeeken
andauthored
fix(NODE-5106): Improve doc
Co-authored-by: Neal Beeken <neal.beeken@mongodb.com>
1 parent 3987c00 commit 79b7db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/mongo_client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('MongoClient', () => {
3030
});
3131

3232
afterEach(async function () {
33-
/** Close as many times as connect calls in the runned test (tracked by clientConnectCounter) */
33+
// close `clientConnectCounter` times
3434
const clientClosePromises = Array.from({ length: clientConnectCounter }, () => client.close());
3535
await Promise.all(clientClosePromises);
3636
});

0 commit comments

Comments
 (0)