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 ea3c7d7 commit 16f212bCopy full SHA for 16f212b
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php
@@ -157,7 +157,7 @@ public function getPostcodesDataProvider()
157
['countryId' => 'GH', 'postcode' => 'GA18400'],
158
['countryId' => 'GN', 'postcode' => '123'],
159
['countryId' => 'GP', 'postcode' => '12345'],
160
- ['countryId' => 'GR', 'postcode' => '123 45'],
+ ['countryId' => 'GR', 'postcode' => '12345'],
161
['countryId' => 'GS', 'postcode' => 'SIQQ 1ZZ'],
162
['countryId' => 'GT', 'postcode' => '12345'],
163
['countryId' => 'GU', 'postcode' => '12345'],
0 commit comments