Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs =================================================================== diff -u -r1df9f3fb1cb6d810ec8c37c214f1f655a5997706 -r2cd2b6b5b050b005019185c1c2a4dd28ae0e2ad2 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs) (revision 1df9f3fb1cb6d810ec8c37c214f1f655a5997706) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs) (revision 2cd2b6b5b050b005019185c1c2a4dd28ae0e2ad2) @@ -146,7 +146,7 @@ TestDelegate call = () => sectionResult.AssessmentLayerThree = (RoundedDouble)invalidValue; // Assert - const string expectedMessage = "Kans moet in het bereik [0.0, 1.0] liggen."; + const string expectedMessage = "Kans moet in het bereik [0,0, 1,0] liggen."; TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, expectedMessage); }