Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs =================================================================== diff -u -r0efb28b7f5a708daa1cf9e8aeba6b8f84a3ebaf5 -r11f0867b39150ae5fac83dc178a89fee46d27611 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs) (revision 0efb28b7f5a708daa1cf9e8aeba6b8f84a3ebaf5) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultTest.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) @@ -21,7 +21,6 @@ using System; using Core.Common.Base.Geometry; -using Core.Common.Base.Storage; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Probability; @@ -56,13 +55,11 @@ // Assert Assert.IsInstanceOf(result); - Assert.IsInstanceOf(result); Assert.AreSame(section, result.Section); Assert.IsNull(result.Calculation); Assert.IsFalse(result.AssessmentLayerOne); Assert.IsNaN(result.AssessmentLayerTwoA); Assert.IsNaN(result.AssessmentLayerThree); - Assert.AreEqual(0, result.StorageId); } [Test]