diff --git a/tests/CartTest.php b/tests/CartTest.php index d530599..24da3cf 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -1340,7 +1340,7 @@ class CartTest extends TestCase $cart->setGlobalTax(22); // check net price - $this->assertEquals(81.97, round($cartItem->priceNet,2)); + $this->assertEquals(81.97, round($cartItem->priceNet, 2)); } /** @test */ @@ -1366,7 +1366,6 @@ class CartTest extends TestCase $this->assertEquals($cart->totalFloat(), $cart->subtotalFloat() + $cart->taxFloat()); } - /** * Get an instance of the cart. *