mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 07:31:31 +00:00
Update CartTest.php
This commit is contained in:
@@ -1428,7 +1428,7 @@ class CartTest extends TestCase
|
|||||||
'name' => 'first item',
|
'name' => 'first item',
|
||||||
'price' => 1000,
|
'price' => 1000,
|
||||||
]), 5);
|
]), 5);
|
||||||
$this->assertEquals(new Money(500000, new Currency('USD')), $cart->priceTotal());
|
$this->assertEquals(new Money(5000, new Currency('USD')), $cart->priceTotal());
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
|
|||||||
Reference in New Issue
Block a user