Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresFailureMechanismSectionResultTest.cs =================================================================== diff -u -r1df9f3fb1cb6d810ec8c37c214f1f655a5997706 -r2cd2b6b5b050b005019185c1c2a4dd28ae0e2ad2 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresFailureMechanismSectionResultTest.cs (.../StructuresFailureMechanismSectionResultTest.cs) (revision 1df9f3fb1cb6d810ec8c37c214f1f655a5997706) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresFailureMechanismSectionResultTest.cs (.../StructuresFailureMechanismSectionResultTest.cs) (revision 2cd2b6b5b050b005019185c1c2a4dd28ae0e2ad2) @@ -81,7 +81,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); }