Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs =================================================================== diff -u -rd7696913d8f9239cb80eb2c3bac6cc0ccf23d479 -r999ba524ca29111b9474209a11b7aeabf233409f --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs (.../GrassCoverSlipOffOutwardsSectionResultRowTest.cs) (revision d7696913d8f9239cb80eb2c3bac6cc0ccf23d479) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs (.../GrassCoverSlipOffOutwardsSectionResultRowTest.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) @@ -51,7 +51,7 @@ // Assert Assert.IsInstanceOf>(row); - Assert.AreEqual(result.SimpleAssessmentInput, row.SimpleAssessmentResult); + Assert.AreEqual(result.SimpleAssessmentResult, row.SimpleAssessmentResult); Assert.AreEqual(result.AssessmentLayerTwoA, row.AssessmentLayerTwoA); Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); @@ -81,7 +81,7 @@ row.SimpleAssessmentResult = newValue; // Assert - Assert.AreEqual(newValue, result.SimpleAssessmentInput); + Assert.AreEqual(newValue, result.SimpleAssessmentResult); mocks.VerifyAll(); }