From 2c0f05d0175b048fa1b4cb1c1a909144e3cb08df Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 27 May 2024 19:27:37 +1000 Subject: [PATCH] Fixes for tests --- tests/Integration/Einvoice/Fact1Test.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Integration/Einvoice/Fact1Test.php b/tests/Integration/Einvoice/Fact1Test.php index e5c6ce01d0..41b7897a5e 100644 --- a/tests/Integration/Einvoice/Fact1Test.php +++ b/tests/Integration/Einvoice/Fact1Test.php @@ -18,8 +18,6 @@ use Tests\MockAccountData; use App\Models\ClientContact; use App\DataMapper\ClientSettings; use App\DataMapper\InvoiceItem; -use CleverIt\UBL\Invoice\Party; -use Contact; use Illuminate\Support\Facades\Cache; use Illuminate\Foundation\Testing\DatabaseTransactions; use Invoiceninja\Einvoice\Models\FACT1\AddressType\PostalAddress;