Skip to content

Commit

Permalink
Fix accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 24, 2024
1 parent f12bf83 commit f25c329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shell-api/src/change-stream-cursor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ describe('ChangeStreamCursor', function () {
it('isExhausted fails', function () {
try {
cursor.isExhausted();
expect.fail('missed exception');
} catch (err: any) {
expect(err.name).to.equal('MongoshInvalidInputError');
}
Expand Down

0 comments on commit f25c329

Please sign in to comment.