Fix station events system test

This commit is contained in:
DrSmugleaf
2020-10-14 23:15:49 +02:00
parent f8f1d24e28
commit 500ed7d236

View File

@@ -29,7 +29,7 @@ namespace Content.IntegrationTests.Tests.StationEvents
Assert.That(stationEvent.Occurrences == 1); Assert.That(stationEvent.Occurrences == 1);
} }
stationEventsSystem.ResettingCleanup(); stationEventsSystem.Reset();
foreach (var stationEvent in stationEventsSystem.StationEvents) foreach (var stationEvent in stationEventsSystem.StationEvents)
{ {