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 79474ca commit 1e735aaCopy full SHA for 1e735aa
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php
@@ -133,7 +133,7 @@ public function getPostcodesDataProvider()
133
['countryId' => 'IL', 'postcode' => '12345'],
134
['countryId' => 'IT', 'postcode' => '12345'],
135
['countryId' => 'JP', 'postcode' => '123-4567'],
136
- ['countryId' => 'JP', 'postcode' => '123'],
+ ['countryId' => 'JP', 'postcode' => '1234567'],
137
['countryId' => 'JE', 'postcode' => 'TY8 9PL'],
138
['countryId' => 'KZ', 'postcode' => '123456'],
139
['countryId' => 'KE', 'postcode' => '12345'],
0 commit comments