Fix InternalExtendedStatsTests setUp

This commit is contained in:
Christoph Büscher 2017-05-19 13:37:31 +02:00
parent 91d7bf474f
commit 05acc43505
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ public class InternalExtendedStatsTests extends InternalAggregationTestCase<Inte
@Override
public void setUp() throws Exception {
super.setUp();
this.sigma = randomDoubleBetween(0, 10, true);
}