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);