Skip to content

Commit d3b5dce

Browse files
committed
Spotless
1 parent d4789dd commit d3b5dce

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchOperatorIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ public void testWhereMatchWithFunctions() {
216216
error.getMessage(),
217217
containsString(
218218
"Invalid condition [content:\"fox\" OR to_upper(content) == \"FOX\"]. "
219-
+ "Full text functions can be used in an OR condition, but only if just full text functions are used in the OR condition"
219+
+ "Full text functions can be used in an OR condition, "
220+
+ "but only if just full text functions are used in the OR condition"
220221
)
221222
);
222223
}

0 commit comments

Comments
 (0)