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());