Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -re46bec50706f5ea1a7754bbaebfc892745d8604a -r20e9bfea15dfe132ee137283a9f24bc4c413ce4a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision e46bec50706f5ea1a7754bbaebfc892745d8604a) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 20e9bfea15dfe132ee137283a9f24bc4c413ce4a) @@ -132,7 +132,7 @@ Assert.AreSame(assessmentSection, profilesContext.ParentAssessmentSection); var heightStructuresContext = (HeightStructuresContext) inputsFolder.Contents[2]; - Assert.AreSame(failureMechanism.HeightStructuresCollection, heightStructuresContext.WrappedData); + Assert.AreSame(failureMechanism.HeightStructures, heightStructuresContext.WrappedData); Assert.AreSame(failureMechanism, heightStructuresContext.FailureMechanism); Assert.AreSame(assessmentSection, heightStructuresContext.AssessmentSection);