We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5744fc2 commit d4d11d8Copy full SHA for d4d11d8
test/functional/readpreference_tests.js
@@ -55,7 +55,7 @@ describe('ReadPreference', function() {
55
* @ignore
56
*/
57
it('Should correctly apply collection level read Preference to group', {
58
- metadata: { requires: { mongodb: '>=2.6.0,<=4.1.1', topology: ['single', 'ssl'] } },
+ metadata: { requires: { mongodb: '>=2.6.0,<=4.0.x', topology: ['single', 'ssl'] } },
59
60
// The actual test we wish to run
61
test: function(done) {
0 commit comments