mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
a5022dd553
commit
f49a78bdb4
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user