Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Oct 27, 2023
1 parent e18d9cf commit ab93a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElectronicObserverCoreTests/CsvExport/CsvExportTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void VerifyCsvLine(string logbookHeaderLine, string eoHeaderLine, string
IShipDataMaster? defender = null;
int attackType = 0;

for (int i = 0; i < eoHeaders.Length; i++)
for (int i = 0; i < logbookHeaders.Length; i++)
{
Assert.Equal(logbookHeaders[i], eoHeaders[i]);

Expand Down

0 comments on commit ab93a98

Please sign in to comment.