From 9f4cb72cf7fccc70fbb4fba6826c6197df87e195 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 5 Feb 2022 21:45:12 +0100 Subject: [PATCH] Update CartTest.php --- tests/CartTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index 0177868..b2ad71d 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -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()); }