Skip to content

Commit 454ece0

Browse files
committed
ACP2E-751: Unable to save customer account after editing "Street address" attribute
Static failures fixed
1 parent 08a044e commit 454ece0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Customer/Test/Unit/Model/Address/DataProviderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ protected function getAttributeMock(array $options = []): array
347347
->method('getAttributeCode')
348348
->willReturn($attributeCode);
349349

350-
351350
$attributeBooleanMock = $this->getMockBuilder(AbstractAttribute::class)
352351
->onlyMethods(
353352
[

0 commit comments

Comments
 (0)