Skip to content

Commit

Permalink
fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jul 23, 2016
1 parent e77ac62 commit 522e43e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/replicaset_mock_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ 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 522e43e

Please sign in to comment.