mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-22 07:05:23 +00:00
Fix format tests
This commit is contained in:
@@ -533,11 +533,13 @@ class CartTest extends TestCase
|
||||
'name' => 'Item name',
|
||||
'qty' => 1,
|
||||
'price' => '10.00',
|
||||
'tax' => '2.10',
|
||||
'subtotal' => '10.00',
|
||||
'tax' => '2.10',
|
||||
'total' => '7.90',
|
||||
'options' => [],
|
||||
'discount' => '0.00',
|
||||
'weight' => 0,
|
||||
|
||||
],
|
||||
'370d08585360f5c568b18d1f2e4ca1df' => [
|
||||
'rowId' => '370d08585360f5c568b18d1f2e4ca1df',
|
||||
@@ -545,8 +547,9 @@ class CartTest extends TestCase
|
||||
'name' => 'Item name',
|
||||
'qty' => 1,
|
||||
'price' => '10.00',
|
||||
'tax' => '2.10',
|
||||
'subtotal' => '10.00',
|
||||
'tax' => '2.10',
|
||||
'total' => '7.90',
|
||||
'options' => [],
|
||||
'discount' => '0.00',
|
||||
'weight' => 0,
|
||||
|
||||
Reference in New Issue
Block a user