summaryrefslogtreecommitdiff
path: root/jstests/replsets/commands_that_write_accept_wc.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/commands_that_write_accept_wc.js')
-rw-r--r--jstests/replsets/commands_that_write_accept_wc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/commands_that_write_accept_wc.js b/jstests/replsets/commands_that_write_accept_wc.js
index 08af483b93a..b2dd90d2886 100644
--- a/jstests/replsets/commands_that_write_accept_wc.js
+++ b/jstests/replsets/commands_that_write_accept_wc.js
@@ -148,4 +148,5 @@ load('jstests/libs/write_concern_util.js');
testInvalidWriteConcern(cmd);
});
+ replTest.stopSet();
})();