Skip to content

Commit febb6af

Browse files
author
Mohan Ahuja
committed
ACP2E-1001: Customer Zip Code input validation rule not working
- Fixing build failures.
1 parent c80da47 commit febb6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/PostcodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function getClass($value)
5858
public function testValidateValue($value, $expected, $countryId, $isOptional)
5959
{
6060
$storeLabel = 'Zip/Postal Code';
61-
$this->attributeMetadataMock->expects($this->exactly(2))
61+
$this->attributeMetadataMock->expects($this->atLeastOnce())
6262
->method('getStoreLabel')
6363
->willReturn($storeLabel);
6464

0 commit comments

Comments
 (0)