Skip to content

Commit

Permalink
refactor: change address for test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSDV committed Jul 19, 2024
1 parent d209b6a commit 50edf56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Unit/App/Cart/Service/CartCalculationServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@
'state' => 'Current',
];
const SHIPPING_ADDRESS_BE = [
'address1' => 'Straatnaam 2',
'address1' => 'Adriaan Brouwerstraat 16',
'address2' => 'Appartement B',
'area' => 'Voor',
'cc' => CountryCodes::CC_BE,
'city' => 'Stad',
'postalCode' => '1000 BB',
'city' => 'Antwerpen',
'postalCode' => '1000',
'region' => 'Antwerpen',
'state' => 'Current',
];
Expand Down

0 comments on commit 50edf56

Please sign in to comment.