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