Skip to content

Commit 6713caf

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent c574a1b commit 6713caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,6 @@ public void testMultiMatchFunctionWithNonBooleanFunctions() {
24422442
checkFullTextFunctionsWithNonBooleanFunctions("MultiMatch", "multi_match(\"Anna\", first_name, last_name)", "function");
24432443
}
24442444

2445-
24462445
public void testMultiMatchFunctionArgNotConstant() throws Exception {
24472446
assertEquals(
24482447
"1:19: second argument of [match(first_name, first_name)] must be a constant, received [first_name]",

0 commit comments

Comments
 (0)