Skip to content

Commit 8bfb456

Browse files
committed
Review fixes
1 parent b7abe02 commit 8bfb456

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/exponential-histogram/src/test/java/org/elasticsearch/exponentialhistogram/ExponentialScaleUtilsTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
import ch.obermuhlner.math.big.BigDecimalMath;
2525

26+
import org.elasticsearch.test.ESTestCase;
27+
2628
import java.math.BigDecimal;
2729
import java.math.MathContext;
2830
import java.math.RoundingMode;
@@ -47,7 +49,7 @@
4749
import static org.hamcrest.Matchers.lessThan;
4850
import static org.hamcrest.Matchers.lessThanOrEqualTo;
4951

50-
public class ExponentialScaleUtilsTests extends ExponentialHistogramTestCase {
52+
public class ExponentialScaleUtilsTests extends ESTestCase {
5153

5254
public void testMaxIndex() {
5355
assertThat(getMaximumScaleIncrease(MAX_INDEX), equalTo(0));

0 commit comments

Comments
 (0)