Skip to content

Commit bdebdc6

Browse files
committed
test: fix typo
1 parent f40bbd9 commit bdebdc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/change-streams/change_stream.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ describe('Change Streams', function () {
16601660
});
16611661
});
16621662

1663-
describe('ChangeStream resumability', function () {
1663+
describe.only('ChangeStream resumability', function () {
16641664
let client: MongoClient;
16651665
let collection: Collection;
16661666
let changeStream: ChangeStream;
@@ -2091,7 +2091,7 @@ describe('ChangeStream resumability', function () {
20912091
data: {
20922092
failCommands: ['getMore'],
20932093
errorCode: resumableErrorCodes[0].code,
2094-
errorCode: resumableErrorCodes[0].message
2094+
errmsg: resumableErrorCodes[0].message
20952095
}
20962096
} as FailPoint);
20972097

0 commit comments

Comments
 (0)