Fix Laravel Pint formatting
This commit is contained in:
@@ -45,7 +45,7 @@ class GradingBelowSixtyServiceTest extends TestCase
|
||||
'semester_score' => 55,
|
||||
]);
|
||||
|
||||
$service = new GradingBelowSixtyService();
|
||||
$service = new GradingBelowSixtyService;
|
||||
$rows = $service->listRows('2025-2026', 'Fall');
|
||||
|
||||
$this->assertCount(1, $rows);
|
||||
|
||||
Reference in New Issue
Block a user