Update CartTest.php

This commit is contained in:
Patrick
2021-01-18 22:20:38 +01:00
committed by GitHub
parent a1d262ab66
commit 7aacf1027b

View File

@@ -759,7 +759,7 @@ class CartTest extends TestCase
$cart = $this->getCart();
$cart->add(new BuyableProduct([
'name' => 'Some title'
'name' => 'Some title',
'price' => 500,
]), 3);