Fix InfoTool tests

This commit is contained in:
Matt Nadareski
2022-01-02 22:01:21 -08:00
parent 0138046923
commit 3ca78604fd

View File

@@ -100,7 +100,7 @@ namespace MPF.Test.Library
// Validate the lines
Assert.Equal(3, splitComments.Length);
Assert.Equal(3, splitContents.Length);
Assert.Equal(5, splitContents.Length);
}
[Fact]
@@ -156,7 +156,7 @@ namespace MPF.Test.Library
// Validate the lines
Assert.Single(splitComments);
Assert.Single(splitContents);
Assert.Equal(2, splitContents.Length);
}
[Fact]