1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
fix test
This commit is contained in:
Ivan Chaplygin 2024-05-29 16:43:09 +03:00
parent cd4b704540
commit 2ec18f820f
2 changed files with 1 additions and 2 deletions

View file

@ -124,7 +124,7 @@ class WC_Retailcrm_Loyalty_Client_Test extends WC_Retailcrm_Test_Case_Helper
],
[
'method' => 'cancelBonusOrder',
'parameters' => ['site', ['order']]
'parameters' => [['order']]
],
];
}

View file

@ -209,7 +209,6 @@ class WC_Retailcrm_Orders_Test extends WC_Retailcrm_Test_Case_Helper
* @param $retailcrm
*
* @throws Exception
* @group loyalty
* @dataProvider dataProviderUpdateOrder
*/
public function test_update_order($isSuccessful, $retailcrm)