Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rc990bf404015584981f3ec1d22ecec12a7b037f3 -r3014d0ced22c45300938639e7958ea0850485240 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision c990bf404015584981f3ec1d22ecec12a7b037f3) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 3014d0ced22c45300938639e7958ea0850485240) @@ -182,7 +182,7 @@ // Assert Assert.AreEqual(23, objects.Length); var backgroundMapData = (BackgroundMapDataContext) objects[0]; - Assert.AreSame(assessmentSection.BackgroundMapData, backgroundMapData.WrappedData); + Assert.AreSame(assessmentSection.BackgroundMapData.MapData, backgroundMapData.WrappedData); var referenceLineContext = (ReferenceLineContext) objects[1]; Assert.AreSame(assessmentSection, referenceLineContext.WrappedData);