Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r3c1ed9049be26ab9460bf2192c55149c45fbba3c -r006d96ecb9e7d838d7682912270c7d43e0ad67e1 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision 3c1ed9049be26ab9460bf2192c55149c45fbba3c) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision 006d96ecb9e7d838d7682912270c7d43e0ad67e1) @@ -109,7 +109,7 @@ properties.LengthEffect = newLengthEffect; // Assert - Assert.AreEqual(newLengthEffect, failureMechanism.ProbabilityAssessmentInput.N); + Assert.AreEqual(newLengthEffect, failureMechanism.GeneralInput.N); mockRepository.VerifyAll(); }