Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -r9c1789fd6fa33b6ea18339bf2474102471ef4510 -rb1a928573e1b7675f0f97a32ed81861508109c01 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 9c1789fd6fa33b6ea18339bf2474102471ef4510) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision b1a928573e1b7675f0f97a32ed81861508109c01) @@ -182,8 +182,8 @@ // Assert Assert.AreEqual(23, objects.Length); - var backgroundMapData = (BackgroundMapDataContainer) objects[0]; - Assert.AreSame(assessmentSection.BackgroundMapData, backgroundMapData); + var backgroundMapData = (BackgroundMapData) objects[0]; + Assert.AreSame(assessmentSection.BackgroundMapData2, backgroundMapData); var referenceLineContext = (ReferenceLineContext) objects[1]; Assert.AreSame(assessmentSection, referenceLineContext.WrappedData);