Skip to content

Commit ab60957

Browse files
mbroadstdaprahamian
authored andcommitted
test: enable retryable reads tests for count
1 parent fa713b9 commit ab60957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/retryable_reads_tests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ describe('Retryable Reads', function() {
2424
spec.description.match(/listDatabaseNames/i) ||
2525
spec.description.match(/listCollections/i) ||
2626
spec.description.match(/listCollectionNames/i) ||
27-
spec.description.match(/estimatedDocumentCount/i)
27+
spec.description.match(/estimatedDocumentCount/i) ||
28+
spec.description.match(/count/i)
2829
);
2930
});
3031
});

0 commit comments

Comments
 (0)