Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresContextTest.cs =================================================================== diff -u -r2545a8486f7c2820781ec3871125bdd8121622fd -rbc9af05d3eb0d40e5620b96f537ed92f3ae52e94 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresContextTest.cs (.../HeightStructuresContextTest.cs) (revision 2545a8486f7c2820781ec3871125bdd8121622fd) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresContextTest.cs (.../HeightStructuresContextTest.cs) (revision bc9af05d3eb0d40e5620b96f537ed92f3ae52e94) @@ -48,6 +48,7 @@ // Assert Assert.IsInstanceOf>>(context); + Assert.AreSame(failureMechanism, context.FailureMechanism); Assert.AreSame(failureMechanism.HeightStructures, context.WrappedData); Assert.AreSame(assessmentSectionMock, context.AssessmentSection); mocks.VerifyAll();