From c6a9ab5d3bcdbe581261b0eaeb07dfeb5440bc9c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 15 Aug 2025 07:38:21 +1000 Subject: [PATCH] Update user notifications --- tests/Unit/CloneQuoteToInvoiceFactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/CloneQuoteToInvoiceFactoryTest.php b/tests/Unit/CloneQuoteToInvoiceFactoryTest.php index 916ba930fe..698f3e8780 100644 --- a/tests/Unit/CloneQuoteToInvoiceFactoryTest.php +++ b/tests/Unit/CloneQuoteToInvoiceFactoryTest.php @@ -24,7 +24,7 @@ use Illuminate\Foundation\Testing\DatabaseTransactions; class CloneQuoteToInvoiceFactoryTest extends TestCase { use MockAccountData; - use DatabaseTransactions; + // use DatabaseTransactions; protected function setUp(): void {