fix logic and tests, update docker CI file
This commit is contained in:
@@ -22,7 +22,7 @@ class AttendanceDayTest extends TestCase
|
||||
$this->assertDatabaseHas('attendance_day', [
|
||||
'id' => $a->id,
|
||||
'class_section_id' => 10,
|
||||
'date' => '2026-02-23',
|
||||
'date' => '2026-02-23 00:00:00',
|
||||
'semester' => 'Fall',
|
||||
'school_year' => '2025-2026',
|
||||
'status' => 'draft',
|
||||
|
||||
Reference in New Issue
Block a user