Fix a few unit tests

This commit is contained in:
2025-08-15 11:05:38 -04:00
parent cf32cfcbcd
commit d4c46ae0fe
4 changed files with 7 additions and 16 deletions
+1
View File
@@ -29,6 +29,7 @@ namespace Core.Calculation
_eventPickCounts = new int[_allEvents.Length];
_preAssigned = new List<EventAssignment>();
_droppedEvents = new List<CompetitiveEvent>();
_includedEvents = new List<CompetitiveEvent>();
for (var i = 0; i < _events.Count; i++)
{
var e = _events[i];