Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs =================================================================== diff -u -re2d3933efb7550b981eb917efa5e7ff68786138b -rbddb840a619d6f8ec2a558e79287928258f07a92 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismResultViewTest.cs) (revision e2d3933efb7550b981eb917efa5e7ff68786138b) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismResultViewTest.cs) (revision bddb840a619d6f8ec2a558e79287928258f07a92) @@ -246,7 +246,7 @@ failureMechanism.SectionResults.ForEachElementDo(sr => sr.UseManualAssemblyProbability = false); failureMechanism.NotifyObservers(); - // Assert + // Then Assert.IsEmpty(warningProvider.GetError(failureMechanismAssemblyControl)); } }