fix logic and tests, update docker CI file
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ class AttendanceCommunicationSupportServiceTest extends TestCase
|
||||
]);
|
||||
|
||||
$service = $this->makeService();
|
||||
$dates = $service->getViolationDatesForStudent(1, 'ABS_1');
|
||||
$dates = $service->getViolationDatesForStudent(1, 'ABS_1', '2025-01-01');
|
||||
|
||||
$this->assertSame(['2025-01-01'], $dates);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user