Add testing for validation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user