Skip to content

Commit db69078

Browse files
authored
Update ValidatorTest.php with real GG & JE postcodes
Update ValidatorTest.php with real postcodes for Guernsey (GG) & Jersey (JE).
1 parent d2e11d0 commit db69078

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function getPostcodesDataProvider()
152152
['countryId' => 'GB', 'postcode' => 'Q1 2PL'],
153153
['countryId' => 'GE', 'postcode' => '1234'],
154154
['countryId' => 'GF', 'postcode' => '12345'],
155-
['countryId' => 'GG', 'postcode' => 'PL5 7TH'],
155+
['countryId' => 'GG', 'postcode' => 'GY10 2AB'],
156156
['countryId' => 'GL', 'postcode' => '1234'],
157157
['countryId' => 'GH', 'postcode' => 'GA18400'],
158158
['countryId' => 'GN', 'postcode' => '123'],
@@ -174,7 +174,7 @@ public function getPostcodesDataProvider()
174174
['countryId' => 'IN', 'postcode' => '123456'],
175175
['countryId' => 'IS', 'postcode' => '123'],
176176
['countryId' => 'IT', 'postcode' => '12345'],
177-
['countryId' => 'JE', 'postcode' => 'TY8 9PL'],
177+
['countryId' => 'JE', 'postcode' => 'JE2 4PJ'],
178178
['countryId' => 'JO', 'postcode' => '12345'],
179179
['countryId' => 'JP', 'postcode' => '123-4567'],
180180
['countryId' => 'JP', 'postcode' => '1234567'],

0 commit comments

Comments
 (0)