Update CartTest.php

This commit is contained in:
Patrick
2021-01-18 22:36:40 +01:00
committed by GitHub
parent 69447fd82d
commit 80b610b8cb

View File

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