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