Skip to content

Commit d58b40a

Browse files
committed
Fix test
1 parent 8edaa6a commit d58b40a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ public void testEnrich() {
13051305
);
13061306
expectError(
13071307
"from a | enrich countries on foo . * ",
1308-
"Using wildcards [*] in ENRICH WITH projections is not allowed, found [foo . *]"
1308+
"Using wildcards [*] in ENRICH WITH projections is not allowed, found [foo.*]"
13091309
);
13101310
expectError(
13111311
"from a | enrich typo:countries on foo",

0 commit comments

Comments
 (0)