diff --git a/tests/Feature/DeleteInvoiceTest.php b/tests/Feature/DeleteInvoiceTest.php index c3132dd2231f..2a4ca60a7e45 100644 --- a/tests/Feature/DeleteInvoiceTest.php +++ b/tests/Feature/DeleteInvoiceTest.php @@ -138,7 +138,7 @@ class DeleteInvoiceTest extends TestCase $payment->refund($data); $this->assertEquals(10, $payment->fresh()->refunded); - + $this->assertEquals(10, $invoice->client->fresh()->paid_to_date); //test balances