From f49a78bdb416fb772437a67ecac9c0de1aa66e92 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 21 Mar 2024 07:15:17 +1100 Subject: [PATCH] Fixes for tests --- tests/Feature/EInvoice/FacturaeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/EInvoice/FacturaeTest.php b/tests/Feature/EInvoice/FacturaeTest.php index d070ab388e6d..93128f632778 100644 --- a/tests/Feature/EInvoice/FacturaeTest.php +++ b/tests/Feature/EInvoice/FacturaeTest.php @@ -39,7 +39,7 @@ class FacturaeTest extends TestCase public function testInvoiceGeneration() { - $f = new \App\Services\EInvoicing\Standards\FacturaEInvoice($this->invoice, "3.2.2"); + $f = new \App\Services\EDocument\Standards\FacturaEInvoice($this->invoice, "3.2.2"); $path = $f->run(); $this->assertNotNull($f->run());