Skip to content

Commit 8e267f8

Browse files
Update x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/GrammarInDevelopmentParsingTests.java
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 19cdff8 commit 8e267f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void testDevelopmentRerank() {
3535
}
3636

3737
public void testDevelopmentCompletion() {
38-
parse("row a = 1 | completion concat(\"test\", \"a\" with inferenceId as fieldName", "completion");
38+
parse("row a = 1 | completion concat(\"test\", \"a\") with inferenceId as fieldName", "completion");
3939
}
4040

4141
void parse(String query, String errorMessage) {

0 commit comments

Comments
 (0)