Skip to content

Commit 6218443

Browse files
authored
test(NODE-3879): legacy count in retryable reads (#3135)
1 parent 12c6835 commit 6218443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/retryable-reads/retryable_reads.spec.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe('Retryable Reads', function () {
2323
spec.description.match(/listCollections/i) ||
2424
spec.description.match(/listCollectionNames/i) ||
2525
spec.description.match(/estimatedDocumentCount/i) ||
26+
spec.description.match(/count/i) ||
2627
spec.description.match(/find/i)
2728
);
2829
});

0 commit comments

Comments
 (0)