Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Oct 13, 2022
1 parent f40bbd9 commit 91cd5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/change-streams/change_stream.test.ts
Expand Up @@ -2091,7 +2091,7 @@ describe('ChangeStream resumability', function () {
data: {
failCommands: ['getMore'],
errorCode: resumableErrorCodes[0].code,
errorCode: resumableErrorCodes[0].message
errmsg: resumableErrorCodes[0].message
}
} as FailPoint);

Expand Down

0 comments on commit 91cd5d2

Please sign in to comment.