Skip to content

Commit 16f212b

Browse files
Fixed integration test fialure
1 parent ea3c7d7 commit 16f212b

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
@@ -157,7 +157,7 @@ public function getPostcodesDataProvider()
157157
['countryId' => 'GH', 'postcode' => 'GA18400'],
158158
['countryId' => 'GN', 'postcode' => '123'],
159159
['countryId' => 'GP', 'postcode' => '12345'],
160-
['countryId' => 'GR', 'postcode' => '123 45'],
160+
['countryId' => 'GR', 'postcode' => '12345'],
161161
['countryId' => 'GS', 'postcode' => 'SIQQ 1ZZ'],
162162
['countryId' => 'GT', 'postcode' => '12345'],
163163
['countryId' => 'GU', 'postcode' => '12345'],

0 commit comments

Comments
 (0)