Olivier Massot hai 1 ano
pai
achega
8704b6cfe1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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);