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 97d449c commit 5c3d295Copy full SHA for 5c3d295
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php
@@ -95,7 +95,7 @@ public function getPostcodesDataProvider()
95
['countryId' => 'JE', 'postcode' => 'TY8 9PL'],
96
['countryId' => 'KZ', 'postcode' => '123456'],
97
['countryId' => 'KE', 'postcode' => '12345'],
98
- ['countryId' => 'KR', 'postcode' => '123-456'],
+ ['countryId' => 'KR', 'postcode' => '12345'],
99
['countryId' => 'KG', 'postcode' => '123456'],
100
['countryId' => 'LV', 'postcode' => '1234'],
101
['countryId' => 'LI', 'postcode' => '1234'],
0 commit comments