fix tests
This commit is contained in:
@@ -34,7 +34,7 @@ class ParentInvoiceServiceTest extends TestCase
|
||||
'issue_date' => '2025-09-02',
|
||||
]);
|
||||
|
||||
$service = new ParentInvoiceService();
|
||||
$service = new ParentInvoiceService;
|
||||
$rows = $service->listInvoices($parentId);
|
||||
|
||||
$this->assertCount(1, $rows);
|
||||
|
||||
Reference in New Issue
Block a user