fix PolicyStatsTests: mutate kept same indicesManaged

This commit is contained in:
Tal Levy 2018-10-25 16:13:09 -07:00
parent f6ce935444
commit 4c4afef9cc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class PolicyStatsTests extends AbstractWireSerializingTestCase<PolicyStat
phaseStats.put(randomAlphaOfLengthBetween(21, 25), PhaseStatsTests.createRandomInstance());
break;
case 1:
indicesManaged = randomIntBetween(11, 50);
indicesManaged += randomIntBetween(1, 10);
break;
default:
throw new AssertionError("Illegal randomisation branch");