Skip to content

Commit 5c3d295

Browse files
committed
9515: South Korea Zip Code Validation incorrect
1 parent 97d449c commit 5c3d295

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
@@ -95,7 +95,7 @@ public function getPostcodesDataProvider()
9595
['countryId' => 'JE', 'postcode' => 'TY8 9PL'],
9696
['countryId' => 'KZ', 'postcode' => '123456'],
9797
['countryId' => 'KE', 'postcode' => '12345'],
98-
['countryId' => 'KR', 'postcode' => '123-456'],
98+
['countryId' => 'KR', 'postcode' => '12345'],
9999
['countryId' => 'KG', 'postcode' => '123456'],
100100
['countryId' => 'LV', 'postcode' => '1234'],
101101
['countryId' => 'LI', 'postcode' => '1234'],

0 commit comments

Comments
 (0)