Skip to content

Commit a97ef07

Browse files
Change function name
The test covers custom attributes. No extension attributes coverage in this function
1 parent 56382f1 commit a97ef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/UpdateCustomerAddressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function testUpdateCustomerAddressWithMissingAttribute()
182182
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
183183
* @magentoApiDataFixture Magento/Customer/_files/attribute_user_defined_address_custom_attribute.php
184184
*/
185-
public function testUpdateCustomerAddressHasCustomAndExtensionAttributes()
185+
public function testUpdateCustomerAddressHasCustomAttributes()
186186
{
187187
/** @var AddressRepositoryInterface $addressRepositoryInterface */
188188
$addressRepositoryInterface = Bootstrap::getObjectManager()->get(AddressRepositoryInterface::class);

0 commit comments

Comments
 (0)