From 3d0c1fa017f6c6c771d1b7fb77e682fbb44e72cf Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 19 Jun 2023 22:41:08 +1000 Subject: [PATCH] Minor fixes for tests --- tests/Unit/InvoiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/InvoiceTest.php b/tests/Unit/InvoiceTest.php index 305e1e86704d..6f189a41777a 100644 --- a/tests/Unit/InvoiceTest.php +++ b/tests/Unit/InvoiceTest.php @@ -107,7 +107,7 @@ class InvoiceTest extends TestCase $invoice = $invoice->calc()->getInvoice(); - $this->assertEquals(57.92, $invoice->amount); + $this->assertEquals(57.90, $invoice->amount); }