fix logic and tests, update docker CI file

This commit is contained in:
root
2026-03-09 15:58:44 -04:00
parent 1cb3573d4b
commit 79e44fe037
188 changed files with 1776 additions and 524 deletions
+1 -1
View File
@@ -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',