We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b5ee4 commit c336cccCopy full SHA for c336ccc
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php
@@ -104,7 +104,7 @@ public function getPostcodesDataProvider()
104
['countryId' => 'BY', 'postcode' => '123456'],
105
['countryId' => 'BE', 'postcode' => '1234'],
106
['countryId' => 'BA', 'postcode' => '12345'],
107
- ['countryId' => 'BR', 'postcode' => '12345'],
+ ['countryId' => 'BR', 'postcode' => '12345678'],
108
['countryId' => 'BR', 'postcode' => '12345-678'],
109
['countryId' => 'BN', 'postcode' => 'PS1234'],
110
['countryId' => 'BG', 'postcode' => '1234'],
0 commit comments