Fix Pint formatting
This commit is contained in:
@@ -107,7 +107,7 @@ class InvoiceManagementServiceTest extends TestCase
|
||||
'refund_paid_amount' => 5,
|
||||
]);
|
||||
|
||||
$service = new InvoiceManagementService(new InvoiceConfigService());
|
||||
$service = new InvoiceManagementService(new InvoiceConfigService);
|
||||
$data = $service->getManagementData('2025-2026');
|
||||
|
||||
$this->assertSame('2025-2026', $data['schoolYear']);
|
||||
|
||||
Reference in New Issue
Block a user