fix(backend): group toch niet deel van primaire sleutel van vragen en submissions gemaakt, maar verplicht veld
This commit is contained in:
parent
b1df95da63
commit
7b79348985
10 changed files with 21 additions and 20 deletions
|
@ -37,7 +37,7 @@ export async function setupTestApp(): Promise<void> {
|
|||
|
||||
learningObjects[1].attachments = attachments;
|
||||
|
||||
const questions = makeTestQuestions(em, students);
|
||||
const questions = makeTestQuestions(em, students, groups);
|
||||
const answers = makeTestAnswers(em, teachers, questions);
|
||||
const submissions = makeTestSubmissions(em, students, groups);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue