Skip to content

Commit c336ccc

Browse files
authored
Fixed test for Brazilian zipcode (8 digits)
1 parent 65b5ee4 commit c336ccc

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function getPostcodesDataProvider()
104104
['countryId' => 'BY', 'postcode' => '123456'],
105105
['countryId' => 'BE', 'postcode' => '1234'],
106106
['countryId' => 'BA', 'postcode' => '12345'],
107-
['countryId' => 'BR', 'postcode' => '12345'],
107+
['countryId' => 'BR', 'postcode' => '12345678'],
108108
['countryId' => 'BR', 'postcode' => '12345-678'],
109109
['countryId' => 'BN', 'postcode' => 'PS1234'],
110110
['countryId' => 'BG', 'postcode' => '1234'],

0 commit comments

Comments
 (0)