diff --git a/test/Bootstrap/ConsignmentTestCase.php b/test/Bootstrap/ConsignmentTestCase.php index 6145d6be..630e10b0 100644 --- a/test/Bootstrap/ConsignmentTestCase.php +++ b/test/Bootstrap/ConsignmentTestCase.php @@ -338,7 +338,7 @@ protected function getDefaultAddress(string $country = AbstractConsignment::CC_N case 'CA': return [ self::COUNTRY => 'CA', - self::FULL_STREET => '4777 Pierre-de Coubertin Ave', + self::FULL_STREET => 'Pierre-de Coubertin Ave 4777', self::POSTAL_CODE => 'H1V 1B3', self::CITY => 'Montreal', ];