Update CartTest.php

This commit is contained in:
Patrick
2021-01-18 22:41:35 +01:00
committed by GitHub
parent 36361474e8
commit d25ed27d89

View File

@@ -366,8 +366,8 @@ class CartTest extends TestCase
$cart = $this->getCart();
$cart->add(new BuyableProduct([
'name' => null,
'title' => null,
'name' => '',
'title' => '',
]));
$cart->update('027c91341fd5cf4d2579b49c4b6a90da', ['description' => 'Different description']);