Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r77d25c75ebe120c39ed7956a0aace093ed96e135 -rde8e5c0dd97c9e53a07e905a0f59617e570b2259 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision 77d25c75ebe120c39ed7956a0aace093ed96e135) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision de8e5c0dd97c9e53a07e905a0f59617e570b2259) @@ -284,7 +284,7 @@ // Setup var treeViewControl = mocks.StrictMock(); var failureMechanism = new PipingFailureMechanism(); - var pipingCalculation = new PipingCalculationScenario(failureMechanism.GeneralInput, failureMechanism.NormProbabilityInput) + var pipingCalculation = new PipingCalculationScenario(failureMechanism.GeneralInput, failureMechanism.PipingProbabilityAssessmentInput) { Output = new TestPipingOutput() };