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 {