Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rfa424689d48793c024e73bfcee1c202559eea3e0 -r04b631b486b742c5339deb1d5504bb13ab5e248d --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision fa424689d48793c024e73bfcee1c202559eea3e0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d) @@ -150,7 +150,6 @@ new FailureMechanismPlaceholder("A") }; var contribution = new FailureMechanismContribution(failureMechanisms, 10.0, 2); - var comments = "some comment"; var assessmentSection = mocks.Stub(); assessmentSection.Stub(section => section.FailureMechanismContribution).Return(contribution);