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