Skip to content

Commit 54ba409

Browse files
committed
ENGCOM-2073: Update Israeli ZIP code mask: 7 digits instead of 5 #16250 (fix test)
1 parent c739656 commit 54ba409

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
@@ -130,7 +130,7 @@ public function getPostcodesDataProvider()
130130
['countryId' => 'IS', 'postcode' => '123'],
131131
['countryId' => 'IN', 'postcode' => '123456'],
132132
['countryId' => 'ID', 'postcode' => '12345'],
133-
['countryId' => 'IL', 'postcode' => '12345'],
133+
['countryId' => 'IL', 'postcode' => '1234567'],
134134
['countryId' => 'IT', 'postcode' => '12345'],
135135
['countryId' => 'JP', 'postcode' => '123-4567'],
136136
['countryId' => 'JP', 'postcode' => '1234567'],

0 commit comments

Comments
 (0)