Fix Pint formatting
This commit is contained in:
@@ -53,7 +53,7 @@ class RefundSummaryServiceTest extends TestCase
|
||||
'updated_at' => now(),
|
||||
]);
|
||||
|
||||
$service = new RefundSummaryService();
|
||||
$service = new RefundSummaryService;
|
||||
$summary = $service->getParentFinancialSummary(10, '2025-2026', 'Fall');
|
||||
|
||||
$this->assertSame(100.0, $summary['total_invoiced']);
|
||||
|
||||
Reference in New Issue
Block a user