Skip to content

Commit

Permalink
minor brittle test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jul 23, 2016
1 parent c7e7c1e commit e77ac62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/replicaset_mock_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ exports['Should correctly print warning and error when no mongos proxies in seed
test.equal('seed list contains no mongos proxies, replicaset connections requires the parameter replicaSet to be supplied in the URI or options object, mongodb://server:port/db?replicaSet=name', err.message);

running = false;
db.close();
mongos1.destroy();
mongos2.destroy();
test.done();
Expand Down

0 comments on commit e77ac62

Please sign in to comment.