Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilderExceptionTest.cs =================================================================== diff -u -r751aaf9b7623bac357cbacf4e6ddae87b2b69f1f -r2d7f22520e157ccfefbf12a4d9845de8bfb04f50 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilderExceptionTest.cs (.../SoilProfileBuilderExceptionTest.cs) (revision 751aaf9b7623bac357cbacf4e6ddae87b2b69f1f) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Builders/SoilProfileBuilderExceptionTest.cs (.../SoilProfileBuilderExceptionTest.cs) (revision 2d7f22520e157ccfefbf12a4d9845de8bfb04f50) @@ -32,7 +32,8 @@ public void DefaultConstructor_InnerExceptionNullAndMessageDefault() { // Setup - var expectedMessage = string.Format("Exception of type '{0}' was thrown.", typeof(SoilProfileBuilderException).FullName); + var expectedMessage = string.Format("Exception of type '{0}' was thrown.", + typeof(SoilProfileBuilderException).FullName); // Call var exception = new SoilProfileBuilderException(); @@ -69,6 +70,6 @@ // Assert Assert.AreSame(expectedInnerException, exception.InnerException); Assert.AreEqual(expectedMessage, exception.Message); -} + } } } \ No newline at end of file