Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ObservableTestAssessmentSectionStub.cs =================================================================== diff -u -rc0387d79bcdc500558362264d5bc08834ebe6db5 -r7f540fc512a6c291d69612b1d0b9241d42288aef --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ObservableTestAssessmentSectionStub.cs (.../ObservableTestAssessmentSectionStub.cs) (revision c0387d79bcdc500558362264d5bc08834ebe6db5) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ObservableTestAssessmentSectionStub.cs (.../ObservableTestAssessmentSectionStub.cs) (revision 7f540fc512a6c291d69612b1d0b9241d42288aef) @@ -39,10 +39,9 @@ public ObservableTestAssessmentSectionStub() { FailureMechanismContribution = new FailureMechanismContribution(Enumerable.Empty(), 0, 1.0 / 300000); - BackgroundData = new BackgroundData + BackgroundData = new BackgroundData(new WmtsBackgroundDataConfiguration(false, null, null, null)) { - Name = "Background data", - BackgroundMapDataType = BackgroundMapDataType.Wmts + Name = "Background data" }; }