From f1b9221f4cefefec40ea4cc6f9eb8720500cf5d8 Mon Sep 17 00:00:00 2001 From: Joeri van Veen Date: Mon, 25 Mar 2024 16:17:52 +0100 Subject: [PATCH] test: fix ca address (#477) --- test/Bootstrap/ConsignmentTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ];