Skip to content

Commit

Permalink
update commerceguys
Browse files Browse the repository at this point in the history
fix formatterTest
  • Loading branch information
ahukkanen authored and deek87 committed Jun 24, 2021
1 parent 7661a2f commit d11c86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concrete/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"league/pipeline": "^1.0",
"symfony/property-access": "3.*",
"theorchard/monolog-cascade": "0.5.*",
"commerceguys/addressing": "^1.0",
"commerceguys/addressing": "^1.2.0",
"sabre/vobject": "^4.3",
"symfony/polyfill-uuid": "^1.20",
"predis/predis": "^1.1"
Expand Down
3 changes: 2 additions & 1 deletion tests/tests/Localization/Address/FormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public function testFormatUnknownAdministrativeAreaKnownToCms()
$this->assertEquals(
'Baldoyle Ind Est, 13' . "\n" .
'Dublin' . "\n" .
'County Dublin WN7 4TN' . "\n" .
'County Dublin'. "\n" .
'WN7 4TN' . "\n" .
'Ireland',
$this->formatTextAddressFor($address)
);
Expand Down

0 comments on commit d11c86f

Please sign in to comment.