Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/DistributionHelperTest.cs =================================================================== diff -u -r8edf96cdf0db44770c331cff467de51de992941b -r12168affe49e3702bb66ec40c33e0f2390440cd3 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/DistributionHelperTest.cs (.../DistributionHelperTest.cs) (revision 8edf96cdf0db44770c331cff467de51de992941b) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/DistributionHelperTest.cs (.../DistributionHelperTest.cs) (revision 12168affe49e3702bb66ec40c33e0f2390440cd3) @@ -63,7 +63,7 @@ parameterName); // Assert - var exception = Assert.Throws(call); + var exception = Assert.Throws(call); Assert.AreEqual($"Parameter '{parameterName}' moet lognormaal verdeeld zijn.", exception.Message); } @@ -83,7 +83,7 @@ parameterName); // Assert - var exception = Assert.Throws(call); + var exception = Assert.Throws(call); Assert.AreEqual($"Parameter '{parameterName}' moet lognormaal verdeeld zijn met een verschuiving gelijk aan 0.", exception.Message); } @@ -148,7 +148,7 @@ parameterName); // Assert - var exception = Assert.Throws(call); + var exception = Assert.Throws(call); Assert.AreEqual($"Parameter '{parameterName}' moet verschoven lognormaal verdeeld zijn.", exception.Message); }