summaryrefslogtreecommitdiff
path: root/jstests/replsets/temp_namespace.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/temp_namespace.js')
-rw-r--r--jstests/replsets/temp_namespace.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/temp_namespace.js b/jstests/replsets/temp_namespace.js
index a6a7a839ea6..7cb78c24860 100644
--- a/jstests/replsets/temp_namespace.js
+++ b/jstests/replsets/temp_namespace.js
@@ -65,7 +65,7 @@ assert.eq(countIndexesFor(secondaryDB, /temp\d$/), 4); // indexes (2 _id + 2 x)
assert.eq(countCollection(secondaryDB, /keep\d$/), 4);
// restart secondary and reconnect
-replTest.restart(replTest.getNodeId(secondary), {}, /*wait=*/true);
+replTest.restart(replTest.getNodeId(secondary), {}, /*wait=*/ true);
// wait for the secondary to achieve secondary status
assert.soon(function() {