Actually create exercise bases and translations

This commit is contained in:
Roland Geider
2022-02-20 14:01:58 +01:00
parent 5cebbb7c7f
commit 19a504dcfb
16 changed files with 208 additions and 91 deletions

View File

@@ -106,5 +106,5 @@ List<Exercise> getTestExercises() {
}
List<ExerciseBase> getTestExerciseBases() {
return getTestExercises().map((e) => e.base).toList();
return getTestExercises().map((e) => e.baseObj).toList();
}