Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Dec 17, 2024
1 parent 1cd80aa commit d4789dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public void testWhereMatchWithFunctions() {
error.getMessage(),
containsString(
"Invalid condition [content:\"fox\" OR to_upper(content) == \"FOX\"]. "
+ "[:] operator 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 d4789dd

Please sign in to comment.