Skip to content

Commit f25c329

Browse files
committed
Fix accidental change
1 parent f12bf83 commit f25c329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/shell-api/src/change-stream-cursor.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ describe('ChangeStreamCursor', function () {
342342
it('isExhausted fails', function () {
343343
try {
344344
cursor.isExhausted();
345+
expect.fail('missed exception');
345346
} catch (err: any) {
346347
expect(err.name).to.equal('MongoshInvalidInputError');
347348
}

0 commit comments

Comments
 (0)