fix: fout in testdata

This commit is contained in:
laurejablonski 2025-05-19 18:23:07 +02:00
parent 9bf8c9a75e
commit 9a0fc31255
2 changed files with 13 additions and 6 deletions

View file

@ -51,7 +51,7 @@ export function makeTestGroups(em: EntityManager): Group[] {
*/
group05 = em.create(Group, {
assignment: getAssignment04(),
groupNumber: 21001,
groupNumber: 21006,
members: [getNoordkaap(), getDireStraits()],
});