diff options
Diffstat (limited to 'jstests/noPassthroughWithMongod/sharding_rs1.js')
-rw-r--r-- | jstests/noPassthroughWithMongod/sharding_rs1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/sharding_rs1.js b/jstests/noPassthroughWithMongod/sharding_rs1.js index 4c93b43dbfa..c85fa2a8e54 100644 --- a/jstests/noPassthroughWithMongod/sharding_rs1.js +++ b/jstests/noPassthroughWithMongod/sharding_rs1.js @@ -1,7 +1,7 @@ // tests sharding with replica sets var s = new ShardingTest({ shards: 3, - other: { rs: true , chunksize: 1, enableBalancer: true }}); + other: { rs: true , chunkSize: 1, enableBalancer: true }}); s.adminCommand( { enablesharding : "test" } ); s.ensurePrimaryShard('test', 'test-rs0'); |