Skip to content

Commit 39b0636

Browse files
committed
updated description
1 parent 79aef21 commit 39b0636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/error.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,13 +446,13 @@ describe('MongoErrors', () => {
446446
maxWireVersion: 8
447447
},
448448
{
449-
description: 'a MongoWriteConcernError with an ExceededTimeLimit code above server 4.4',
449+
description: 'a MongoWriteConcernError with a retryable code above server 4.4',
450450
result: false,
451451
error: new MongoWriteConcernError({}, { code: 262 }),
452452
maxWireVersion: 9
453453
},
454454
{
455-
description: 'a MongoWriteConcernError with an ExceededTimeLimit code below server 4.4',
455+
description: 'a MongoWriteConcernError with a retryable code below server 4.4',
456456
result: true,
457457
error: new MongoWriteConcernError({}, { code: 262 }),
458458
maxWireVersion: 8

0 commit comments

Comments
 (0)