Update CartTest.php

This commit is contained in:
Patrick
2022-02-05 21:45:12 +01:00
committed by GitHub
parent ed7269f40d
commit 9f4cb72cf7

View File

@@ -537,7 +537,7 @@ class CartTest extends TestCase
'subtotal' => '10.00',
'options' => [],
'discount' => '0',
'weight' => '0.00',
'weight' => 0,
],
'370d08585360f5c568b18d1f2e4ca1df' => [
'rowId' => '370d08585360f5c568b18d1f2e4ca1df',
@@ -549,7 +549,7 @@ class CartTest extends TestCase
'subtotal' => '10.00',
'options' => [],
'discount' => '0',
'weight' => '0.00',
'weight' => 0,
],
], $content->toArray());
}