diff --git a/tests/CartTest.php b/tests/CartTest.php index b01fca5..ced5879 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -351,7 +351,7 @@ class CartTest extends TestCase ])); $cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProductTrait([ - 'name' => '', + 'name' => '', 'description' => 'Different description', ]));