summaryrefslogtreecommitdiff
path: root/jstests/replsets/replset6.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/replset6.js')
-rw-r--r--jstests/replsets/replset6.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/replset6.js b/jstests/replsets/replset6.js
index 4afd7268bf7..c0419f3c4db 100644
--- a/jstests/replsets/replset6.js
+++ b/jstests/replsets/replset6.js
@@ -65,3 +65,4 @@ assert.eq(1, s.getDB(second).two.findOne().a);
// Make sure the source collection no longer exists.
assert.eq(-1, s.getDB(first).getCollectionNames().indexOf("one"));
+rt.stopSet();