diff --git a/src/Umbraco.Tests/Misc/LibraryTests.cs b/src/Umbraco.Tests/Misc/LibraryTests.cs
index 411d596e39..5976e932f3 100644
--- a/src/Umbraco.Tests/Misc/LibraryTests.cs
+++ b/src/Umbraco.Tests/Misc/LibraryTests.cs
@@ -71,7 +71,7 @@ namespace Umbraco.Tests.Misc
3
child2
-", result.Current.OuterXml);
+".CrLf(), result.Current.OuterXml.CrLf());
}
[Test]
@@ -88,7 +88,7 @@ namespace Umbraco.Tests.Misc
3
child2
-", result.Current.OuterXml);
+".CrLf(), result.Current.OuterXml.CrLf());
}
[Test]