Skip to content

Commit

Permalink
NTR: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Dec 5, 2024
1 parent 79ded2b commit ed6c866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/PHPUnit/Service/MollieApi/ShipmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ public function testGetTotals()

$expectedTotals = [
'amount' => 175.0,
'quantity' => 5
'quantity' => 5,
'shippableQuantity' => 4
];

$actualTotals = $this->shipmentApiService->getTotals('mollieOrderId', 'salesChannelId');
Expand Down

0 comments on commit ed6c866

Please sign in to comment.