Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismSectionResultTest.cs =================================================================== diff -u -rd7696913d8f9239cb80eb2c3bac6cc0ccf23d479 -r92f7ae00ef4387f36a2a5638fc182d9a2dbb5cf1 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismSectionResultTest.cs (.../MacroStabilityInwardsFailureMechanismSectionResultTest.cs) (revision d7696913d8f9239cb80eb2c3bac6cc0ccf23d479) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismSectionResultTest.cs (.../MacroStabilityInwardsFailureMechanismSectionResultTest.cs) (revision 92f7ae00ef4387f36a2a5638fc182d9a2dbb5cf1) @@ -43,7 +43,7 @@ // Assert Assert.IsInstanceOf(sectionResult); Assert.AreSame(section, sectionResult.Section); - Assert.AreEqual(SimpleAssessmentResultType.None, sectionResult.SimpleAssessmentInput); + Assert.AreEqual(SimpleAssessmentResultType.None, sectionResult.SimpleAssessmentResult); Assert.IsNaN(sectionResult.AssessmentLayerThree); }