Skip to content

Commit 68f8b4e

Browse files
committed
chore: fix SummarySerializationTests on Windows environment
1 parent 465050b commit 68f8b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.Tests/Serialization/SummaryJsonSerializationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void SimpleJson_SerializeObjectWithUnsupportedNumericValues_ReturnsValidJ
5959
"Statistic6": ""
6060
}
6161
""";
62-
Assert.Equal(expected, json);
62+
Assert.Equal(expected, json, ignoreLineEndingDifferences: true);
6363
}
6464

6565
private const string JSON_EMPTY_STRING = "\"\"";

0 commit comments

Comments
 (0)