Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r8d37f4040238a84405d8f08363ec706232a35326 -rbfd84af2152b697561a499f15caa6d1f9f5fd4ed --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 8d37f4040238a84405d8f08363ec706232a35326) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision bfd84af2152b697561a499f15caa6d1f9f5fd4ed) @@ -732,7 +732,7 @@ foreach (ClosingStructuresFailureMechanismSectionResult sectionResult in sectionResults) { sectionResult.AssessmentLayerOne = GetAssessmentLayerOneState(); - sectionResult.AssessmentLayerThree = (RoundedDouble) random.NextDouble(); + sectionResult.TailorMadeAssessmentProbability = random.NextDouble(); if (!firstSectionResultHasCalculation) { sectionResult.Calculation = calculation;