From a645bb70163bb01135bf3f16ed052a95ca97390a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 5 Oct 2024 10:17:54 +0300 Subject: [PATCH] fix test --- tests/unit/testData/Core/Mail/email_defs.php | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/unit/testData/Core/Mail/email_defs.php b/tests/unit/testData/Core/Mail/email_defs.php index e4c6c67ffb..7c24ab2bb7 100644 --- a/tests/unit/testData/Core/Mail/email_defs.php +++ b/tests/unit/testData/Core/Mail/email_defs.php @@ -128,17 +128,17 @@ return [ ], 'nameHash' => [ - 'type' => 'text', + 'type' => 'jsonObject', 'notStorable' => true, ], 'typeHash' => [ - 'type' => 'text', + 'type' => 'jsonObject', 'notStorable' => true, ], 'idHash' => [ - 'type' => 'text', + 'type' => 'jsonObject', 'notStorable' => true, ], 'messageId' => @@ -406,47 +406,47 @@ return [ ], 'usersIds' => [ - 'type' => 'varchar', + 'type' => 'jsonArray', 'notStorable' => true, ], 'usersNames' => [ - 'type' => 'varchar', + 'type' => 'jsonObject', 'notStorable' => true, ], 'usersColumns' => [ - 'type' => 'varchar', + 'type' => 'jsonObject', 'notStorable' => true, ], 'assignedUsersIds' => [ - 'type' => 'varchar', + 'type' => 'jsonArray', 'notStorable' => true, ], 'assignedUsersNames' => [ - 'type' => 'varchar', + 'type' => 'jsonObject', 'notStorable' => true, ], 'inboundEmailsIds' => [ - 'type' => 'varchar', + 'type' => 'jsonArray', 'notStorable' => true, ], 'inboundEmailsNames' => [ - 'type' => 'varchar', + 'type' => 'jsonObject', 'notStorable' => true, ], 'emailAccountsIds' => [ - 'type' => 'varchar', + 'type' => 'jsonArray', 'notStorable' => true, ], 'emailAccountsNames' => [ - 'type' => 'varchar', + 'type' => 'jsonObject', 'notStorable' => true, ], 'accountId' =>