Skip to content

Commit d213d76

Browse files
committed
Checkstyle
1 parent 8901591 commit d213d76

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ public void testWhereMatchWithFunctions() {
240240
error.getMessage(),
241241
containsString(
242242
"Invalid condition [match(content, \"fox\") OR to_upper(content) == \"FOX\"]. "
243-
+ "Full text functions can be used in an OR condition, but only if just full text functions are used in the OR condition"
243+
+ "Full text functions can be used in an OR condition,"
244+
+ " but only if just full text functions are used in the OR condition"
244245
)
245246
);
246247
}

0 commit comments

Comments
 (0)