summaryrefslogtreecommitdiff
path: root/jstests/replsets/remove1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/remove1.js')
-rw-r--r--jstests/replsets/remove1.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/replsets/remove1.js b/jstests/replsets/remove1.js
index cde4974677a..f587275570a 100644
--- a/jstests/replsets/remove1.js
+++ b/jstests/replsets/remove1.js
@@ -55,9 +55,8 @@ assert.soon(function() {
});
// Now we should successfully reconnect to the secondary.
-assert.eq(secondary.getDB("admin").runCommand({ping: 1}).ok,
- 1,
- "we aren't connected to the secondary");
+assert.eq(
+ secondary.getDB("admin").runCommand({ping: 1}).ok, 1, "we aren't connected to the secondary");
reconnect(master);