Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -rfec99b77571cc0cf37b60f5ca257394714fde1d7 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision fec99b77571cc0cf37b60f5ca257394714fde1d7) @@ -176,7 +176,7 @@ Assert.AreSame(assessmentSection.HydraulicBoundaryDatabase, context.Parent.HydraulicBoundaryDatabase); Assert.AreSame(assessmentSection, context.Parent); - var commentContext = (CommentContext)objects[3]; + var commentContext = (CommentContext) objects[3]; Assert.AreSame(assessmentSection, commentContext.CommentContainer); var pipingFailureMechanismContext = (PipingFailureMechanismContext) objects[4];