From 57c011ee9477dd909074e2aeed3100b59e410b37 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 13 Feb 2023 13:43:07 +0200 Subject: [PATCH] fix test --- tests/integration/Espo/Core/Select/SelectBuilderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Espo/Core/Select/SelectBuilderTest.php b/tests/integration/Espo/Core/Select/SelectBuilderTest.php index 8e5543d5f4..b38d8c1138 100644 --- a/tests/integration/Espo/Core/Select/SelectBuilderTest.php +++ b/tests/integration/Espo/Core/Select/SelectBuilderTest.php @@ -844,7 +844,7 @@ class SelectBuilderTest extends \tests\integration\Core\BaseTestCase $expectedWhereClause = [ 'OR' => [ - ['MATCH_NATURAL_LANGUAGE:(name, bodyPlain, body, \'test@test.com\'):' => null], + ['NOT_EQUAL:(MATCH_NATURAL_LANGUAGE:(name, bodyPlain, body, \'test@test.com\'), 0):' => null], ['fromEmailAddressId=' => $emailAddressId], ['emailEmailAddress.emailAddressId=' => $emailAddressId], ],