Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs =================================================================== diff -u -r798ea39ea76cdab602fae22326d16083b143e3d4 -r16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs) (revision 798ea39ea76cdab602fae22326d16083b143e3d4) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs) (revision 16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3) @@ -42,6 +42,7 @@ // Assert Assert.IsInstanceOf(result); + Assert.AreEqual(SimpleAssessmentResultValidityOnlyType.None, result.SimpleAssessmentInput); Assert.AreSame(section, result.Section); Assert.IsNaN(result.AssessmentLayerThree); }