summaryrefslogtreecommitdiff
path: root/jstests/sharding/bouncing_count.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/bouncing_count.js')
-rw-r--r--jstests/sharding/bouncing_count.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/bouncing_count.js b/jstests/sharding/bouncing_count.js
index 4df4a735228..090c6f7f627 100644
--- a/jstests/sharding/bouncing_count.js
+++ b/jstests/sharding/bouncing_count.js
@@ -8,7 +8,7 @@
(function() {
'use strict';
- // TODO: SERVER-33444 remove shardAsReplicaSet: false
+ // TODO: SERVER-33830 remove shardAsReplicaSet: false
var st = new ShardingTest({shards: 10, mongos: 3, other: {shardAsReplicaSet: false}});
var mongosA = st.s0;