Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Dec 17, 2024
1 parent d4789dd commit d3b5dce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ public void testWhereMatchWithFunctions() {
error.getMessage(),
containsString(
"Invalid condition [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 d3b5dce

Please sign in to comment.