summaryrefslogtreecommitdiff
path: root/jstests/sharding/movechunk_with_noMoveParanoia.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/movechunk_with_noMoveParanoia.js')
-rw-r--r--jstests/sharding/movechunk_with_noMoveParanoia.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/movechunk_with_noMoveParanoia.js b/jstests/sharding/movechunk_with_noMoveParanoia.js
index 1844528b225..b08f4a61ff5 100644
--- a/jstests/sharding/movechunk_with_noMoveParanoia.js
+++ b/jstests/sharding/movechunk_with_noMoveParanoia.js
@@ -6,7 +6,7 @@
var st = new ShardingTest( { shards: 2,
mongos:1,
other : {
- chunksize : 1,
+ chunkSize: 1,
shardOptions: { noMoveParanoia:"" }}});
load("jstests/sharding/movechunk_include.js")