From d213d760c2af4e24e626b9f42ae36e4f371e591b Mon Sep 17 00:00:00 2001 From: carlosdelest Date: Tue, 17 Dec 2024 09:34:28 +0100 Subject: [PATCH] Checkstyle --- .../org/elasticsearch/xpack/esql/plugin/MatchFunctionIT.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchFunctionIT.java b/x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchFunctionIT.java index 4757b3c583e4f..ad90bbf6ae9db 100644 --- a/x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchFunctionIT.java +++ b/x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchFunctionIT.java @@ -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" ) ); }