We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ceaa42 commit 65f6b91Copy full SHA for 65f6b91
Tests/UnitTestDebugLogging/MemoryStreamTests.cs
@@ -27,7 +27,7 @@ public void TestStreamFile()
27
memoryStream.Read(fsContent, 0, fsContent.Length);
28
var fsText = Encoding.UTF8.GetString(fsContent, 0, fsContent.Length);
29
Assert.StartsWith("An informative message", fsText);
30
- Assert.EndsWith("With exception context System.Exception: Something is not supported", fsText);
+ Assert.EndsWith("With exception context System.Exception: Something is not supported\r\n", fsText);
31
}
32
33
[Cleanup]
0 commit comments