Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismTest.cs =================================================================== diff -u -r86c5aff166a7a2822ac8d77be371249ee3a155b6 -r8c60e937f4b8009fea80f3702879e100fe03b63f --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismTest.cs (.../GrassCoverErosionInwardsFailureMechanismTest.cs) (revision 86c5aff166a7a2822ac8d77be371249ee3a155b6) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismTest.cs (.../GrassCoverErosionInwardsFailureMechanismTest.cs) (revision 8c60e937f4b8009fea80f3702879e100fe03b63f) @@ -47,7 +47,7 @@ // assert Assert.IsInstanceOf(grassCoverErosionInwardsFailureMechanism); Assert.AreEqual(Resources.GrassCoverErosionInwardsFailureMechanism_DisplayName, grassCoverErosionInwardsFailureMechanism.Name); - CollectionAssert.IsEmpty(grassCoverErosionInwardsFailureMechanism.CalculationItems); + CollectionAssert.IsEmpty(grassCoverErosionInwardsFailureMechanism.Calculations); } [Test]