Skip to content

Commit 8150a1f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6627bb1 commit 8150a1f

File tree

3 files changed

+2
-3
lines changed
  • x-pack/plugin/esql/qa/server

3 files changed

+2
-3
lines changed

x-pack/plugin/esql/qa/server/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/multi_node/RestRerankIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import org.junit.ClassRule;
1616

1717
@ThreadLeakFilters(filters = TestClustersThreadFilter.class)
18-
public class RestRerankIT extends RestRerankTestCase {
18+
public class RestRerankIT extends RestRerankTestCase {
1919
@ClassRule
2020
public static ElasticsearchCluster cluster = Clusters.testCluster(spec -> spec.plugin("inference-service-test"));
2121

x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/RestRerankIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import org.junit.ClassRule;
1616

1717
@ThreadLeakFilters(filters = TestClustersThreadFilter.class)
18-
public class RestRerankIT extends RestRerankTestCase {
18+
public class RestRerankIT extends RestRerankTestCase {
1919
@ClassRule
2020
public static ElasticsearchCluster cluster = Clusters.testCluster(spec -> spec.plugin("inference-service-test"));
2121

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RestRerankTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public void testRerankWithPositionalParams() throws IOException {
139139
assertResultMap(result, defaultOutputColumns(), expectedValues);
140140
}
141141

142-
143142
public void testRerankWithNamedParams() throws IOException {
144143
assumeTrue("semantic text capability not available", EsqlCapabilities.Cap.RERANK.isEnabled());
145144

0 commit comments

Comments
 (0)