fix logic and tests, update docker CI file
This commit is contained in:
@@ -94,7 +94,7 @@ class AttendanceServiceTest extends TestCase
|
||||
$this->assertTrue($result['ok']);
|
||||
$this->assertDatabaseHas('attendance_day', [
|
||||
'class_section_id' => 1,
|
||||
'date' => '2025-01-01',
|
||||
'date' => '2025-01-01 00:00:00',
|
||||
'semester' => 'Fall',
|
||||
'school_year' => '2025-2026',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user