Skip to content

Commit 62e42a5

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent c998b38 commit 62e42a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3396,10 +3396,7 @@ public void testInvalidRerank() {
33963396
"line 1:20: mismatched input 'ON' expecting {QUOTED_STRING, '?', NAMED_OR_POSITIONAL_PARAM}"
33973397
);
33983398

3399-
expectError(
3400-
"FROM foo* | RERANK \"query text\" WITH inferenceId",
3401-
"line 1:33: mismatched input 'WITH' expecting 'on'"
3402-
);
3399+
expectError("FROM foo* | RERANK \"query text\" WITH inferenceId", "line 1:33: mismatched input 'WITH' expecting 'on'");
34033400

34043401
expectError(
34053402
"FROM foo* | RERANK \"query text\" ON title",

0 commit comments

Comments
 (0)