diff --git a/backend/tests/test-assets/learning-paths/test-conditions-example.ts b/backend/tests/test-assets/learning-paths/test-conditions-example.ts index 2980253e..816cd735 100644 --- a/backend/tests/test-assets/learning-paths/test-conditions-example.ts +++ b/backend/tests/test-assets/learning-paths/test-conditions-example.ts @@ -13,7 +13,7 @@ export type ConditionTestLearningPathAndLearningObjects = { learningPath: LearningPath; }; -export function createConditionTestLearningPathAndLearningObjects() { +export function createConditionTestLearningPathAndLearningObjects(): ConditionTestLearningPathAndLearningObjects { const learningPath = new LearningPath(); learningPath.hruid = `${getEnvVar(envVars.UserContentPrefix)}test_conditions`; learningPath.language = Language.English;