Update CartTest.php

This commit is contained in:
Patrick
2021-01-18 22:23:24 +01:00
committed by GitHub
parent 4ab1d4879a
commit 468d456a54

View File

@@ -1203,7 +1203,7 @@ class CartTest extends TestCase
$cart = $this->getCart();
$cart->add(new BuyableProduct([
'name' => 'Item'
'name' => 'Item',
'price' 10.004,
]), 2);