From 892087d2a8dfaa92be6945547a089e22d5a16b2e Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 5 Feb 2022 21:29:32 +0100 Subject: [PATCH] Update CartItemTest.php --- tests/CartItemTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CartItemTest.php b/tests/CartItemTest.php index a073d5c..b42838e 100644 --- a/tests/CartItemTest.php +++ b/tests/CartItemTest.php @@ -31,7 +31,7 @@ class CartItemTest extends TestCase $this->assertEquals([ 'id' => 1, 'name' => 'Some item', - 'price' => 10.00, + 'price' => '10.00', 'rowId' => '07d5da5550494c62daf9993cf954303f', 'qty' => 2, 'options' => [