Skip to content
Snippets Groups Projects
Commit 85e99e0d authored by Danae Savvidi's avatar Danae Savvidi :laughing:
Browse files

fix failing tests

parent 04873750
No related branches found
No related tags found
2 merge requests!229Version 2.2.1,!225Resolve "Module grades don't work for modules where the assignment name starts with a number"
......@@ -81,7 +81,7 @@ public class ModuleGradingTest {
private static final ModuleGradingFormula MODULE_FORMULA = ModuleGradingFormula.builder()
.entityId(MODULE_ID_DTO)
.type(GradeScheme.DUTCH_GRADE)
.formula("assignment").build();
.formula("var_assignment").build();
private static final Long PERSON_ID = 232232L;
private static final PersonIdDTO PERSON_ID_DTO = new PersonIdDTO().id(PERSON_ID);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment