fix logic and tests, update docker CI file
This commit is contained in:
@@ -19,7 +19,7 @@ class AttendanceNotificationLogServiceTest extends TestCase
|
||||
$this->assertDatabaseHas('parent_notifications', [
|
||||
'student_id' => 1,
|
||||
'code' => 'ABS_1',
|
||||
'incident_date' => '2025-01-01',
|
||||
'incident_date' => '2025-01-01 00:00:00',
|
||||
'channel' => 'email',
|
||||
'to_address' => 'parent@example.com',
|
||||
'status' => 'sent',
|
||||
|
||||
Reference in New Issue
Block a user