From 81e17d9cdcc9640a732c62d89f67c30df6b022be Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Feb 2021 07:46:18 +1100 Subject: [PATCH] fixes for tests --- tests/Unit/AutoBillInvoiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/AutoBillInvoiceTest.php b/tests/Unit/AutoBillInvoiceTest.php index ffd49c9819e8..7d9da63a4044 100644 --- a/tests/Unit/AutoBillInvoiceTest.php +++ b/tests/Unit/AutoBillInvoiceTest.php @@ -21,8 +21,8 @@ use Tests\TestCase; */ class AutoBillInvoiceTest extends TestCase { - use MockAccountData; use DatabaseTransactions; + use MockAccountData; public function setUp() :void {