Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wthijmen committed Nov 13, 2023
1 parent f274582 commit 2f1f721
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Model/Consignment/UPSConsignmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class UPSConsignmentTest extends ConsignmentTestCase
public function provideUPSConsignmentsData(): array
{
return $this->createConsignmentProviderDataset([
'NL -> NL' => [],
'NL -> NL' => [
'package_type' => 1,
],
]);
}

Expand Down

0 comments on commit 2f1f721

Please sign in to comment.