From 4f42e95c351c15de0ee32e03da298adebfe386c2 Mon Sep 17 00:00:00 2001 From: markernst97 Date: Wed, 28 Feb 2024 14:55:19 +0100 Subject: [PATCH] test: fix test --- test/Model/Consignment/PostNLConsignmentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Model/Consignment/PostNLConsignmentTest.php b/test/Model/Consignment/PostNLConsignmentTest.php index de6aab85..8f31edb3 100644 --- a/test/Model/Consignment/PostNLConsignmentTest.php +++ b/test/Model/Consignment/PostNLConsignmentTest.php @@ -35,7 +35,7 @@ public function providePostNLConsignmentsData(): array self::PACKAGE_TYPE => AbstractConsignment::PACKAGE_TYPE_LETTER, self::expected(self::DELIVERY_TYPE) => AbstractConsignment::DELIVERY_TYPE_STANDARD, ], - 'Small package' => $this->getDefaultAddress('DE') + $this->getDefaultCustomsDeclaration() + [ + 'Small package' => $this->getDefaultAddress('DE') + [ self::PACKAGE_TYPE => AbstractConsignment::PACKAGE_TYPE_PACKAGE_SMALL, self::expected(self::DELIVERY_TYPE) => AbstractConsignment::DELIVERY_TYPE_STANDARD, ]