We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800f39c commit b9ba457Copy full SHA for b9ba457
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