Fixed comment to match collection setup

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-04-02 05:27:54 +00:00
parent 9baabd177c
commit 26c1920bfc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class LeaderInitiatedRecoveryOnCommitTest extends BasicDistributedZkTest
}
private void multiShardTest() throws Exception {
// create a collection that has 1 shard and 3 replicas
// create a collection that has 2 shard and 2 replicas
String testCollectionName = "c8n_2x2_commits";
createCollection(testCollectionName, 2, 2, 1);
cloudClient.setDefaultCollection(testCollectionName);