Update CartTest.php

This commit is contained in:
Patrick
2022-02-05 21:37:51 +01:00
committed by GitHub
parent 43a0aa4c15
commit 9d8e45d5d6

View File

@@ -1428,7 +1428,7 @@ class CartTest extends TestCase
'name' => 'first item',
'price' => 1000,
]), 5);
$this->assertEquals(new Money(500000, new Currency('USD')), $cart->priceTotal());
$this->assertEquals(new Money(5000, new Currency('USD')), $cart->priceTotal());
}
/** @test */