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 f07646c commit b797fc1Copy full SHA for b797fc1
test/Exceptionless.Tests/Log/FileExceptionlessLogTestBase.cs
@@ -18,7 +18,7 @@ public virtual void CanWriteToLogFile() {
18
Assert.True(LogExists(log.FilePath));
19
string contents = log.GetFileContents();
20
21
- Assert.EndsWith(" Info Test\r\n", contents);
+ Assert.Contains(" Info Test", contents);
22
}
23
24
@@ -36,7 +36,7 @@ public virtual void LogFlushTimerWorks() {
36
37
contents = log.GetFileContents();
38
39
40
41
42
0 commit comments