1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
Исправлены тесты
This commit is contained in:
Ivan Chaplygin 2023-08-31 10:06:48 +03:00
parent 9b32bf404c
commit e01ce259a8

View file

@ -120,7 +120,7 @@ class WC_Retailcrm_Orders_Test extends WC_Retailcrm_Test_Case_Helper
$this->assertEquals($orderData['customFields']['crm_order'], 'test_custom_fields');
$this->assertEquals($orderData['customerComment'], 'crm_customer_comment_test');
$this->assertEquals($orderData['delivery']['address']['text'], 'crm_address_text_test');
$this->assertEquals($orderData['customFields']['testField'], 'test1; test2;');
$this->assertEquals($orderData['customFields']['testField'], 'test1; test2');
} else {
$this->assertEquals(null, $order);
}