Skip to content

Commit

Permalink
Fix tests for country code of Liechtenstein
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Sep 3, 2022
1 parent fb4bc87 commit 43ff066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/DataGroup/Element/CombinedAddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function addressProvider(): array
'Thomas Mustermann',
'Musterweg 22a',
'9490 Vaduz',
'FL'
'LI'
),
"Thomas Mustermann\nMusterweg 22a\n9490 Vaduz"
],
Expand Down
2 changes: 1 addition & 1 deletion tests/DataGroup/Element/StructuredAddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function addressProvider(): array
'Thomas Mustermann',
'9490',
'Vaduz',
'FL'
'LI'
),
"Thomas Mustermann\n9490 Vaduz"
],
Expand Down

0 comments on commit 43ff066

Please sign in to comment.