Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PresentationObjects/DikeProfilesContextTest.cs =================================================================== diff -u -raaad7a7ca8557c045aa8d6d4031be9133d2f34a6 -rc4972d4aec336f991ac1b4ab3dcd56161c238516 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PresentationObjects/DikeProfilesContextTest.cs (.../DikeProfilesContextTest.cs) (revision aaad7a7ca8557c045aa8d6d4031be9133d2f34a6) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PresentationObjects/DikeProfilesContextTest.cs (.../DikeProfilesContextTest.cs) (revision c4972d4aec336f991ac1b4ab3dcd56161c238516) @@ -50,6 +50,7 @@ // Assert Assert.IsInstanceOf>>(context); Assert.AreSame(failureMechanism.DikeProfiles, context.WrappedData); + Assert.AreSame(failureMechanism, context.ParentFailureMechanism); Assert.AreSame(assessmentSection, context.ParentAssessmentSection); mocks.VerifyAll(); }