Skip to content

Commit 1e735aa

Browse files
committed
Fix Test for Zip Code Japan
1 parent 79474ca commit 1e735aa

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
@@ -133,7 +133,7 @@ public function getPostcodesDataProvider()
133133
['countryId' => 'IL', 'postcode' => '12345'],
134134
['countryId' => 'IT', 'postcode' => '12345'],
135135
['countryId' => 'JP', 'postcode' => '123-4567'],
136-
['countryId' => 'JP', 'postcode' => '123'],
136+
['countryId' => 'JP', 'postcode' => '1234567'],
137137
['countryId' => 'JE', 'postcode' => 'TY8 9PL'],
138138
['countryId' => 'KZ', 'postcode' => '123456'],
139139
['countryId' => 'KE', 'postcode' => '12345'],

0 commit comments

Comments
 (0)