Skip to content

Commit f311817

Browse files
committed
small test fix
1 parent a050a70 commit f311817

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/functional/change_stream.test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,10 +1600,7 @@ describe('Change Streams', function () {
16001600
metadata: { requires: { topology: 'replicaset', mongodb: '>=3.6' } },
16011601
test: function (done) {
16021602
const configuration = this.configuration;
1603-
const client = configuration.newClient(configuration.url(), {
1604-
maxPoolSize: 1,
1605-
autoReconnect: false
1606-
});
1603+
const client = configuration.newClient(configuration.url(), { maxPoolSize: 1 });
16071604

16081605
client.connect((err, client) => {
16091606
expect(err).to.not.exist;

0 commit comments

Comments
 (0)