Skip to content

Commit 48c40a6

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent c38e9f3 commit 48c40a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.defaultEnrichResolution;
119119
import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.indexWithDateDateNanosUnionType;
120120
import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.loadMapping;
121-
import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.randomValueOtherThanTest;
122121
import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.tsdbIndexResolution;
123122
import static org.elasticsearch.xpack.esql.core.tree.Source.EMPTY;
124123
import static org.elasticsearch.xpack.esql.core.type.DataType.DATETIME;
@@ -3458,7 +3457,7 @@ public void testRrfError() {
34583457
"""));
34593458
assertThat(e.getMessage(), containsString("Unknown column [_id]"));
34603459
}
3461-
3460+
34623461
// TODO There's too much boilerplate involved here! We need a better way of creating FieldCapabilitiesResponses from a mapping or index.
34633462
private static FieldCapabilitiesIndexResponse fieldCapabilitiesIndexResponse(
34643463
String indexName,

0 commit comments

Comments
 (0)