Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -reef76311cf166ff9bf9f08b3c5ca879307b7f7d7 -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision eef76311cf166ff9bf9f08b3c5ca879307b7f7d7) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) @@ -163,7 +163,7 @@ Assert.AreSame(assessmentSection.HydraulicBoundaryDatabase, context.WrappedData.HydraulicBoundaryDatabase); Assert.AreSame(assessmentSection, context.WrappedData); - var commentContext = (CommentContext) objects[3]; + var commentContext = (CommentContext) objects[3]; Assert.AreSame(assessmentSection.Comments, commentContext.WrappedData); var pipingFailureMechanismContext = (PipingFailureMechanismContext) objects[4];