summaryrefslogtreecommitdiff
path: root/jstests/replsets/election_id.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/election_id.js')
-rw-r--r--jstests/replsets/election_id.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/election_id.js b/jstests/replsets/election_id.js
index ff079ca1172..c6259020003 100644
--- a/jstests/replsets/election_id.js
+++ b/jstests/replsets/election_id.js
@@ -96,5 +96,6 @@ load("jstests/replsets/rslib.js");
var newElectionId = res.repl.electionId;
assert.lt(oldElectionId.valueOf(), newElectionId.valueOf());
oldElectionId = newElectionId;
+ rst.stopSet();
})();