From 80b610b8cb0f2dfc3e6e6062d6221a8472f06607 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:36:40 +0100 Subject: [PATCH] Update CartTest.php --- tests/CartTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);