diff --git a/tests/CartTest.php b/tests/CartTest.php index 56f8b45..a40f503 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -368,7 +368,7 @@ class CartTest extends TestCase $cart->add(new BuyableProduct([ 'name' => null, 'title' => null - )); + ])); $cart->update('027c91341fd5cf4d2579b49c4b6a90da', ['description' => 'Different description']);