Skip to content

Commit 5840d79

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

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
@@ -35,7 +35,7 @@ describe('MongoClient', () => {
3535
await Promise.all(clientClosePromises);
3636
});
3737

38-
it('Concurrents client connect correctly locked (only one topology created)', async function () {
38+
it('parallel client connect calls only create one topology', async function () {
3939
await Promise.all([clientConnect(), clientConnect(), clientConnect()]);
4040

4141
expect(topologyOpenEvents).to.have.lengthOf(1);

0 commit comments

Comments
 (0)