diff --git a/tests/CartTest.php b/tests/CartTest.php index b01fca57..ced58798 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -351,7 +351,7 @@ public function it_can_update_an_existing_item_in_the_cart_from_a_buyable() ])); $cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProductTrait([ - 'name' => '', + 'name' => '', 'description' => 'Different description', ]));