From 468d456a545886cdd730ed29ff09b268c46fdb89 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:23:24 +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 3057aae..b8adaf8 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -1203,7 +1203,7 @@ class CartTest extends TestCase $cart = $this->getCart(); $cart->add(new BuyableProduct([ - 'name' => 'Item' + 'name' => 'Item', 'price' 10.004, ]), 2);