Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r15ba2de00ab1dd0df317409a272ef686ee688297 -rdd72cf407b7d0e9284d101bb2e2854e569b1a29a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 15ba2de00ab1dd0df317409a272ef686ee688297) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision dd72cf407b7d0e9284d101bb2e2854e569b1a29a) @@ -126,9 +126,9 @@ Assert.AreSame(failureMechanism.ForeshoreProfiles, profilesContext.WrappedData); Assert.AreSame(assessmentSectionMock, profilesContext.ParentAssessmentSection); - var heightStructureContext = (HeightStructuresCollectionContext) inputsFolder.Contents[2]; - Assert.AreSame(failureMechanism.HeightStructures, heightStructureContext.WrappedData); - Assert.AreSame(assessmentSectionMock, heightStructureContext.AssessmentSection); + var heightStructuresContext = (HeightStructuresContext) inputsFolder.Contents[2]; + Assert.AreSame(failureMechanism.HeightStructures, heightStructuresContext.WrappedData); + Assert.AreSame(assessmentSectionMock, heightStructuresContext.AssessmentSection); var commentContext = (CommentContext) inputsFolder.Contents[3]; Assert.AreSame(failureMechanism, commentContext.WrappedData);