Skip to content

Commit

Permalink
fix(test): prevent error by upgrading suites
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Dec 3, 2024
1 parent 684c198 commit aa9517f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Model/Consignment/DHLParcelConnectConsignmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ public static function provideDHLParcelConnectConsignmentsData(): array
{
$pickupInformation = [
self::DELIVERY_TYPE => AbstractConsignment::DELIVERY_TYPE_PICKUP,
self::PICKUP_STREET => 'Boulevard National',
self::PICKUP_STREET => 'Rte des fusilles de la resis',
self::PICKUP_CITY => 'Nanterre',
self::PICKUP_NUMBER => '134',
self::PICKUP_NUMBER => '110',
self::PICKUP_POSTAL_CODE => '92000',
self::PICKUP_COUNTRY => 'FR',
self::PICKUP_LOCATION_NAME => 'LES 4 SAISONS',
self::PICKUP_LOCATION_CODE => '8057-H4100',
self::PICKUP_LOCATION_NAME => 'MARCHE D A COTE',
self::PICKUP_LOCATION_CODE => 'S2203',
self::RETAIL_NETWORK_ID => '',
];

Expand Down

0 comments on commit aa9517f

Please sign in to comment.