Skip to content

Commit 2ccb6ac

Browse files
committed
Fixed build failure
1 parent 46a7d3f commit 2ccb6ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/rank-rrf/src/test/java/org/elasticsearch/xpack/rank/linear/L2ScoreNormalizerTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
package org.elasticsearch.xpack.rank.linear;
99

1010
import org.apache.lucene.search.ScoreDoc;
11+
import org.elasticsearch.test.ESTestCase;
1112
import org.junit.Assert;
1213
import org.junit.Test;
1314

14-
public class L2ScoreNormalizerTests {
15+
public class L2ScoreNormalizerTests extends ESTestCase {
1516

1617
@Test
1718
public void testNormalizeTypicalVector() {

0 commit comments

Comments
 (0)