fix gitlab tests
This commit is contained in:
@@ -48,7 +48,7 @@ class SchoolCalendarMeetingServiceTest extends TestCase
|
||||
],
|
||||
]);
|
||||
|
||||
$service = new SchoolCalendarMeetingService;
|
||||
$service = new SchoolCalendarMeetingService();
|
||||
$rows = $service->listMeetings('2025-2026', 'parent', 10);
|
||||
|
||||
$this->assertCount(1, $rows);
|
||||
|
||||
Reference in New Issue
Block a user