Skip to content

Commit 52dd7b9

Browse files
committed
Fix test
1 parent 351d1ff commit 52dd7b9

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/analysis/VerifierTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ public void testMultiMatchTargetsExistingField() throws Exception {
24782478
public void testMultiMatchInsideEval() throws Exception {
24792479
assumeTrue("MultiMatch operator is available just for snapshots", Build.current().isSnapshot());
24802480
assertEquals(
2481-
"1:36: [MultiMatch] function is only supported in WHERE commands\n"
2481+
"1:36: [MultiMatch] function is only supported in WHERE and STATS ... WHERE commands\n"
24822482
+ "line 1:55: [MultiMatch] function cannot operate on [title], which is not a field from an index mapping",
24832483
error("row title = \"brown fox\" | eval x = multi_match(\"fox\", title)")
24842484
);

0 commit comments

Comments
 (0)