test: teacher invitation data

This commit is contained in:
laurejablonski 2025-04-27 11:32:51 +02:00
parent cc1a281d52
commit a452b9fc4f
2 changed files with 24 additions and 13 deletions

View file

@ -26,6 +26,7 @@ export function makeTestTeacherInvitations(em: EntityManager): TeacherInvitation
status: ClassStatus.Open,
});
// gets deleted in test
teacherInvitation04 = em.create(TeacherInvitation, {
sender: getFooFighters(),
receiver: getLimpBizkit(),