Skip to content

Commit

Permalink
fix build error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Heider committed Aug 23, 2022
1 parent 27b52f0 commit 8356856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlightLogReaderTests/ReaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public XmlDocument ReadXml()
[TestMethod()]
public void ReadFlightLogTest_HasBeenDestroyedEvents()
{
var hasBeenDestroyedEvents = FlightLogReader.FlightLogReader.ReadHasBeenDestroyedEvents(ReadXml(), new List<Player>());
var hasBeenDestroyedEvents = FlightLogReader.FlightLogReader.ReadHasBeenDestroyedEvents(ReadXml(), new List<Player>(), new List<SquadronManager.Squadron>());
Assert.IsTrue(hasBeenDestroyedEvents.Count > 0);
}
}
Expand Down

0 comments on commit 8356856

Please sign in to comment.