Update CartItemTest.php

This commit is contained in:
Patrick
2022-02-05 21:29:32 +01:00
committed by GitHub
parent 47f436b999
commit 892087d2a8

View File

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