From 7aacf1027bd7cf048985f93d32e47ab8aaa83d28 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:20:38 +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 0c5dea2..3057aae 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -759,7 +759,7 @@ class CartTest extends TestCase $cart = $this->getCart(); $cart->add(new BuyableProduct([ - 'name' => 'Some title' + 'name' => 'Some title', 'price' => 500, ]), 3);