fix: fixed test merge errors

This commit is contained in:
Adriaan Jacquet 2025-04-19 13:49:37 +02:00
parent 90f43e74ba
commit 460acb27c4
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ export function makeTestAssignemnts(em: EntityManager, classes: Class[]): Assign
conditionalPathAssignment = em.create(Assignment, {
within: getClassWithTestleerlingAndTestleerkracht(),
id: 1,
id: 21004,
title: 'Assignment: Conditional Learning Path',
description: 'You have to do the testing learning path with a condition.',
learningPathHruid: testLearningPathWithConditions.hruid,