Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -ra9aafffab97152303562110b1d789bacb465ce24 -r5ef5e3e186036b4985798236624d86b2801b87d3 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 5ef5e3e186036b4985798236624d86b2801b87d3) @@ -166,8 +166,8 @@ Assert.AreSame(assessmentSection.HydraulicBoundaryDatabase, context.Parent.HydraulicBoundaryDatabase); Assert.AreSame(assessmentSection, context.Parent); - var commentContext = (AssessmentSectionCommentContext)objects[3]; - Assert.AreSame(assessmentSection, commentContext.AssessmentSection); + var commentContext = (CommentContext)objects[3]; + Assert.AreSame(assessmentSection, commentContext.CommentContainer); var pipingFailureMechanismContext = (PipingFailureMechanismContext)objects[4]; Assert.AreSame(failureMechanisms[0], pipingFailureMechanismContext.WrappedData);