summaryrefslogtreecommitdiff
path: root/jstests/sharding/auto_rebalance_parallel.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/auto_rebalance_parallel.js')
-rw-r--r--jstests/sharding/auto_rebalance_parallel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/auto_rebalance_parallel.js b/jstests/sharding/auto_rebalance_parallel.js
index c7078a6898a..c27fef1fa31 100644
--- a/jstests/sharding/auto_rebalance_parallel.js
+++ b/jstests/sharding/auto_rebalance_parallel.js
@@ -26,7 +26,7 @@
assert.commandWorked(st.splitAt(collName, {Key: 20}));
assert.commandWorked(st.splitAt(collName, {Key: 30}));
- // Move two of the chunks to shard0001 so we have option to do parallel balancing
+ // Move two of the chunks to st.shard1.shardName so we have option to do parallel balancing
assert.commandWorked(st.moveChunk(collName, {Key: 20}, st.shard1.shardName));
assert.commandWorked(st.moveChunk(collName, {Key: 30}, st.shard1.shardName));