Olivier Massot 1 год назад
Родитель
Сommit
8704b6cfe1
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      tests/Unit/Service/Dolibarr/DolibarrAccountCreatorTest.php

+ 1 - 2
tests/Unit/Service/Dolibarr/DolibarrAccountCreatorTest.php

@@ -118,8 +118,7 @@ class DolibarrAccountCreatorTest extends TestCase
         $accountData = [
             'id' => '2',
             'code_client' => 'C2',
-            'array_options' =>
-                ['2iopen_software_opentalent' => 'Opentalent Artist']
+            'array_options' => ['2iopen_software_opentalent' => 'Opentalent Artist'],
         ];
 
         $dolibarrAccount = $dolibarrAccountCreator->createDolibarrAccount($organizationId, $accountData);