Fixes for tests

This commit is contained in:
David Bomba 2024-03-21 07:15:17 +11:00
parent a5022dd553
commit f49a78bdb4

View File

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