summaryrefslogtreecommitdiff
path: root/jstests/core/splitvector.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/splitvector.js')
-rw-r--r--jstests/core/splitvector.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/jstests/core/splitvector.js b/jstests/core/splitvector.js
index 233911d29c6..9ba62e2df83 100644
--- a/jstests/core/splitvector.js
+++ b/jstests/core/splitvector.js
@@ -62,17 +62,17 @@ resetCollection();
// Case 1: missing parameters
assert.eq(false, db.runCommand({splitVector: "test.jstests_splitvector"}).ok, "1a");
-assert.eq(false,
- db.runCommand({splitVector: "test.jstests_splitvector", maxChunkSize: 1}).ok,
- "1b");
+assert.eq(
+ false, db.runCommand({splitVector: "test.jstests_splitvector", maxChunkSize: 1}).ok, "1b");
// -------------------------
// Case 2: missing index
-assert.eq(false,
- db.runCommand(
- {splitVector: "test.jstests_splitvector", keyPattern: {x: 1}, maxChunkSize: 1}).ok,
- "2");
+assert.eq(
+ false,
+ db.runCommand({splitVector: "test.jstests_splitvector", keyPattern: {x: 1}, maxChunkSize: 1})
+ .ok,
+ "2");
// -------------------------
// Case 3: empty collection