We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a7d3f commit 2ccb6acCopy full SHA for 2ccb6ac
x-pack/plugin/rank-rrf/src/test/java/org/elasticsearch/xpack/rank/linear/L2ScoreNormalizerTests.java
@@ -8,10 +8,11 @@
8
package org.elasticsearch.xpack.rank.linear;
9
10
import org.apache.lucene.search.ScoreDoc;
11
+import org.elasticsearch.test.ESTestCase;
12
import org.junit.Assert;
13
import org.junit.Test;
14
-public class L2ScoreNormalizerTests {
15
+public class L2ScoreNormalizerTests extends ESTestCase {
16
17
@Test
18
public void testNormalizeTypicalVector() {
0 commit comments