Skip to content

Commit 8b1bf5d

Browse files
test(NODE-4763): changed wording for title of the test
Co-authored-by: Bailey Pearson <[email protected]>
1 parent 4a048ba commit 8b1bf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ describe('Change Streams', function () {
396396
}
397397
});
398398

399-
it('should cache the resume token on an actual change, not on a probe', {
399+
it('hasNext() does not cache the resume token', {
400400
metadata: { requires: { topology: 'replicaset' } },
401401
async test() {
402402
await initIteratorMode(changeStream);

0 commit comments

Comments
 (0)