fix logic and tests, update docker CI file
This commit is contained in:
@@ -153,7 +153,7 @@ class AssignmentServiceTest extends TestCase
|
||||
'teacher_id' => $this->teacherMain->id,
|
||||
'class_section_id' => $this->sectionA->id,
|
||||
'position' => 'main',
|
||||
'semester' => null,
|
||||
'semester' => '',
|
||||
'school_year' => null,
|
||||
'description' => null,
|
||||
]);
|
||||
@@ -387,4 +387,4 @@ class AssignmentServiceTest extends TestCase
|
||||
$result['classSections'][0]['main_teachers']
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user