We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aef21 commit 39b0636Copy full SHA for 39b0636
test/unit/error.test.ts
@@ -446,13 +446,13 @@ describe('MongoErrors', () => {
446
maxWireVersion: 8
447
},
448
{
449
- description: 'a MongoWriteConcernError with an ExceededTimeLimit code above server 4.4',
+ description: 'a MongoWriteConcernError with a retryable code above server 4.4',
450
result: false,
451
error: new MongoWriteConcernError({}, { code: 262 }),
452
maxWireVersion: 9
453
454
455
- description: 'a MongoWriteConcernError with an ExceededTimeLimit code below server 4.4',
+ description: 'a MongoWriteConcernError with a retryable code below server 4.4',
456
result: true,
457
458
0 commit comments