diff --git a/tests/integration/Espo/Core/Select/SelectBuilderTest.php b/tests/integration/Espo/Core/Select/SelectBuilderTest.php index f2bab4f4b9..f3fa42bdae 100644 --- a/tests/integration/Espo/Core/Select/SelectBuilderTest.php +++ b/tests/integration/Espo/Core/Select/SelectBuilderTest.php @@ -648,12 +648,10 @@ class SelectBuilderTest extends BaseTestCase Email::ALIAS_INBOX . '.userId' => $userId, [ 'status' => ['Archived', 'Sent'], - [ - 'OR' => [ - 'groupFolderId' => null, - 'groupFolderId!=' => [], - ] - ], + 'OR' => [ + 'groupFolderId' => null, + 'groupFolderId!=' => [], + ] ], 'fromEmailAddressId!=' => [$emailAddressId], [