summaryrefslogtreecommitdiff
path: root/jstests/replsets/pipelineout.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/pipelineout.js')
-rw-r--r--jstests/replsets/pipelineout.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/pipelineout.js b/jstests/replsets/pipelineout.js
index 44441e63d5c..f6a32290001 100644
--- a/jstests/replsets/pipelineout.js
+++ b/jstests/replsets/pipelineout.js
@@ -30,3 +30,5 @@ assert.throws(function() {
primary.coll.aggregate({$out: "out"}).itcount();
replTest.awaitReplication();
assert.eq(primary.out.find().sort({x: 1}).toArray(), secondary.out.find().sort({x: 1}).toArray());
+
+replTest.stopSet(); \ No newline at end of file