Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Jun 21, 2016
1 parent d23ba38 commit 63376b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MagicChunks.Tests/Documents/XmlDocumentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void TransformWithNamesapce2()
<rules>
<logger name=""*"" minlevel=""$(loglevel)"" writeTo=""file"" />
</rules>
</nlog>".Replace(Environment.NewLine, String.Empty), result.Replace("\r", String.Empty).Replace("\n", String.Empty), ignoreCase: true, ignoreLineEndingDifferences: true, ignoreWhiteSpaceDifferences: true);
</nlog>".Replace("\r", String.Empty).Replace("\n", String.Empty), result.Replace("\r", String.Empty).Replace("\n", String.Empty), ignoreCase: true, ignoreLineEndingDifferences: true, ignoreWhiteSpaceDifferences: true);
}

[Fact]
Expand Down

0 comments on commit 63376b4

Please sign in to comment.