Skip to content

Commit 522e43e

Browse files
committed
fixed broken test
1 parent e77ac62 commit 522e43e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/replicaset_mock_tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ exports['Should correctly print warning and error when no mongos proxies in seed
213213
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);
214214

215215
running = false;
216-
db.close();
217216
mongos1.destroy();
218217
mongos2.destroy();
219218
test.done();

0 commit comments

Comments
 (0)