Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs =================================================================== diff -u -rdd8f41ce9d9ff9fd570874721a114560c7a71013 -ra25d8e273425a90e4a8fa870f5fb624f7684ef20 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs (.../HeightStructuresFailureMechanismResultViewTest.cs) (revision dd8f41ce9d9ff9fd570874721a114560c7a71013) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs (.../HeightStructuresFailureMechanismResultViewTest.cs) (revision a25d8e273425a90e4a8fa870f5fb624f7684ef20) @@ -509,15 +509,15 @@ yield return new TestCaseData(new HeightStructuresFailureMechanismSectionResult(section) { AssessmentLayerOne = AssessmentLayerOneState.Sufficient, - Calculation = new StructuresCalculation() + Calculation = new StructuresCalculation { Output = new ProbabilityAssessmentOutput(1.0, 1.0, double.NaN, 1.0, 1.0) } }, "-").SetName("SectionWithInvalidCalculationOutput"); yield return new TestCaseData(new HeightStructuresFailureMechanismSectionResult(section) { AssessmentLayerOne = AssessmentLayerOneState.Sufficient, - Calculation = new StructuresCalculation() + Calculation = new StructuresCalculation { Output = new ProbabilityAssessmentOutput(1.0, 1.0, probability, 1.0, 1.0) }