mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Update CartItemTest.php
This commit is contained in:
@@ -31,7 +31,7 @@ class CartItemTest extends TestCase
|
|||||||
$this->assertEquals([
|
$this->assertEquals([
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
'name' => 'Some item',
|
'name' => 'Some item',
|
||||||
'price' => 10.00,
|
'price' => '10.00',
|
||||||
'rowId' => '07d5da5550494c62daf9993cf954303f',
|
'rowId' => '07d5da5550494c62daf9993cf954303f',
|
||||||
'qty' => 2,
|
'qty' => 2,
|
||||||
'options' => [
|
'options' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user