Fix a few unit tests
This commit is contained in:
@@ -10,7 +10,9 @@ public class AssignmentAssumption_Tests
|
||||
var eventAssumptions = TestEntityHandler.GetEventAssumptions(competitiveEvents, students);
|
||||
|
||||
foreach (var ea in eventAssumptions)
|
||||
{
|
||||
{
|
||||
if (ea.Student == null)
|
||||
continue;
|
||||
Console.WriteLine($"{ea.Assumption,10} {ea.Event.ShortName, -20} {ea.Student.FirstName}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user