Add testing for validation

This commit is contained in:
2025-12-14 11:08:04 -05:00
parent 73ad730b38
commit c77d2117cd
8 changed files with 1713 additions and 5 deletions
+1
View File
@@ -147,6 +147,7 @@ public class StudentBuilder
Rank = rank
};
student.EventRankings.Add(ranking);
student.RankedEvents.Add(eventDef); // Also add to RankedEvents for validation rules
}
return student;