Skip to content

Commit

Permalink
Adjust tests for Liechtenstein addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Oct 3, 2022
1 parent f35c7c8 commit bc7a489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/DataGroup/Element/CombinedAddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function addressProvider(): array
'9490 Vaduz',
'LI'
),
"Thomas Mustermann\nMusterweg 22a\n9490 Vaduz"
"Thomas Mustermann\nMusterweg 22a\nLI-9490 Vaduz"
],
[
CombinedAddress::create(
Expand Down Expand Up @@ -256,7 +256,7 @@ public function addressProviderReceipt(): array
'9490 Vaduz',
'LI'
),
"Thomas Mustermann\nMusterweg 22a\n9490 Vaduz"
"Thomas Mustermann\nMusterweg 22a\nLI-9490 Vaduz"
],
[
CombinedAddress::create(
Expand Down
4 changes: 2 additions & 2 deletions tests/DataGroup/Element/StructuredAddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function addressProvider(): array
'Vaduz',
'LI'
),
"Thomas Mustermann\n9490 Vaduz"
"Thomas Mustermann\nLI-9490 Vaduz"
],
[
StructuredAddress::createWithoutStreet(
Expand Down Expand Up @@ -351,7 +351,7 @@ public function addressProviderReceipt(): array
'Vaduz',
'LI'
),
"Thomas Mustermann\n9490 Vaduz"
"Thomas Mustermann\nLI-9490 Vaduz"
],
[
StructuredAddress::createWithoutStreet(
Expand Down

0 comments on commit bc7a489

Please sign in to comment.