diff --git a/MPF.Test/Library/InfoToolTests.cs b/MPF.Test/Library/InfoToolTests.cs index 32f8c240..da0143cc 100644 --- a/MPF.Test/Library/InfoToolTests.cs +++ b/MPF.Test/Library/InfoToolTests.cs @@ -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]