diff --git a/tests/phpunit/RetailcrmTest.php b/tests/phpunit/RetailcrmTest.php index c987533..c3cabb0 100644 --- a/tests/phpunit/RetailcrmTest.php +++ b/tests/phpunit/RetailcrmTest.php @@ -61,7 +61,7 @@ class RetailCRMTest extends RetailcrmTestCase $this->assertArrayHasKey('index', $customer['address']); $this->assertArrayHasKey('city', $customer['address']); $this->assertArrayHasKey('text', $customer['address']); - $this->assertArrayHasKey('countryIso', $customer); + $this->assertArrayHasKey('countryIso', $customer['address']); } public function testHookActionOrderEdited()