We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c739656 commit 54ba409Copy full SHA for 54ba409
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php
@@ -130,7 +130,7 @@ public function getPostcodesDataProvider()
130
['countryId' => 'IS', 'postcode' => '123'],
131
['countryId' => 'IN', 'postcode' => '123456'],
132
['countryId' => 'ID', 'postcode' => '12345'],
133
- ['countryId' => 'IL', 'postcode' => '12345'],
+ ['countryId' => 'IL', 'postcode' => '1234567'],
134
['countryId' => 'IT', 'postcode' => '12345'],
135
['countryId' => 'JP', 'postcode' => '123-4567'],
136
['countryId' => 'JP', 'postcode' => '1234567'],
0 commit comments