Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRowTest.cs =================================================================== diff -u -ra1bba29ba0d84061cca88da8324957087d564db9 -r9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRowTest.cs (.../GrassCoverSlipOffInwardsSectionResultRowTest.cs) (revision a1bba29ba0d84061cca88da8324957087d564db9) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRowTest.cs (.../GrassCoverSlipOffInwardsSectionResultRowTest.cs) (revision 9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4) @@ -73,7 +73,7 @@ public void AssessmentLayerTwoA_AlwaysOnChange_ResultPropertyChanged() { // Setup - var newValue = AssessmentLayerTwoAResult.Successful; + const AssessmentLayerTwoAResult newValue = AssessmentLayerTwoAResult.Successful; FailureMechanismSection section = CreateSection(); var result = new GrassCoverSlipOffInwardsFailureMechanismSectionResult(section); var row = new GrassCoverSlipOffInwardsSectionResultRow(result);