Skip to content

Commit e77ac62

Browse files
committed
minor brittle test fix
1 parent c7e7c1e commit e77ac62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/replicaset_mock_tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ 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();
216217
mongos1.destroy();
217218
mongos2.destroy();
218219
test.done();

0 commit comments

Comments
 (0)