Skip to content

Commit 6f52fe9

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 37183b4 commit 6f52fe9

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/parser/StatementParserTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4294,8 +4294,7 @@ public void testUnclosedParenthesis() {
42944294
"ROW x = 1 | DROP x )",
42954295
"ROW a = [1, 2] | RENAME a =b)",
42964296
"ROW a = [1, 2] | MV_EXPAND a)",
4297-
"from test | enrich a on b)"
4298-
};
4297+
"from test | enrich a on b)" };
42994298
for (String q : queries) {
43004299
expectError(q, "Invalid query");
43014300
}

0 commit comments

Comments
 (0)