mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update CartTest.php
This commit is contained in:
@@ -350,7 +350,8 @@ class CartTest extends TestCase
|
||||
'description' => 'Description',
|
||||
]));
|
||||
|
||||
$cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProduct([
|
||||
$cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProductTrait([
|
||||
'name' => '',
|
||||
'description' => 'Different description',
|
||||
]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user