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' => [