Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GravendeelJochem committed Dec 17, 2024
1 parent e727c32 commit a3d3858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/App/Context/Model/DeliveryOptionsConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
'allowSameDayDelivery' => false,
'allowSaturdayDelivery' => false,
'allowSignature' => false,
'allowExpressDelivery' => false,
'dropOffDays' => [],
'priceEveningDelivery' => 0.0,
'priceMorningDelivery' => 0.0,
Expand Down Expand Up @@ -164,6 +165,7 @@
'allowSameDayDelivery' => false,
'allowSaturdayDelivery' => false,
'allowSignature' => false,
'allowExpressDelivery' => false,
'dropOffDays' => [],
'priceEveningDelivery' => 1.4595,
'priceMorningDelivery' => 1.4595,
Expand Down

0 comments on commit a3d3858

Please sign in to comment.