From d33ad7141ce4a092fc560dc185ef66016dd7a882 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 19 Jan 2021 00:51:05 +0100 Subject: [PATCH] Update CartTest.php --- tests/CartTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index 0f558d4..b01fca5 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -350,7 +350,8 @@ class CartTest extends TestCase 'description' => 'Description', ])); - $cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProduct([ + $cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProductTrait([ + 'name' => '', 'description' => 'Different description', ]));