Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismTest.cs =================================================================== diff -u -rd2b3e26fb42063a071bf4fc65b6198ef2369db30 -rb28f56d6bb3f14141bd003dd43378f8002a9e87a --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismTest.cs (.../GrassCoverErosionInwardsFailureMechanismTest.cs) (revision d2b3e26fb42063a071bf4fc65b6198ef2369db30) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismTest.cs (.../GrassCoverErosionInwardsFailureMechanismTest.cs) (revision b28f56d6bb3f14141bd003dd43378f8002a9e87a) @@ -47,6 +47,7 @@ // assert Assert.IsInstanceOf(grassCoverErosionInwardsFailureMechanism); Assert.AreEqual(Resources.GrassCoverErosionInwardsFailureMechanism_DisplayName, grassCoverErosionInwardsFailureMechanism.Name); + CollectionAssert.IsEmpty(grassCoverErosionInwardsFailureMechanism.CalculationItems); } [Test]