Skip to content

Commit

Permalink
ecs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehibes committed Oct 14, 2024
1 parent 36e4fb4 commit a6017af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/Api/CommandHandler/AddItemToCartHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public function it_adds_simple_item_to_cart(): void
->createNew()
->willReturn($cartItem);


$orderItemQuantityModifier->modify($cartItem, 1)->shouldBeCalled();
$orderModifier->addToOrder($cart, $cartItem)->shouldBeCalled();

Expand Down

0 comments on commit a6017af

Please sign in to comment.