Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -rf724e2a23cc180381b736c4da1318d87398e5758 -rbc9af05d3eb0d40e5620b96f537ed92f3ae52e94 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision f724e2a23cc180381b736c4da1318d87398e5758) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision bc9af05d3eb0d40e5620b96f537ed92f3ae52e94) @@ -135,7 +135,7 @@ var heightStructuresContext = (HeightStructuresContext) inputsFolder.Contents[2]; Assert.AreSame(failureMechanism.HeightStructures, heightStructuresContext.WrappedData); - Assert.AreSame(failureMechanism, heightStructuresContext.ParentFailureMechanism); + Assert.AreSame(failureMechanism, heightStructuresContext.FailureMechanism); Assert.AreSame(assessmentSectionMock, heightStructuresContext.AssessmentSection); var commentContext = (CommentContext) inputsFolder.Contents[3];