Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Dec 17, 2024
1 parent 8901591 commit d213d76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ public void testWhereMatchWithFunctions() {
error.getMessage(),
containsString(
"Invalid condition [match(content, \"fox\") OR to_upper(content) == \"FOX\"]. "
+ "Full text functions can be used in an OR condition, but only if just full text functions are used in the OR condition"
+ "Full text functions can be used in an OR condition,"
+ " but only if just full text functions are used in the OR condition"
)
);
}
Expand Down

0 comments on commit d213d76

Please sign in to comment.