Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ObservableTestAssessmentSectionStub.cs =================================================================== diff -u -r0b02d2f718cbc5c039f130a0243fe12eb5674a31 -rdcc94dbcc481ef9f6f83308b82096f85f9cb6f01 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ObservableTestAssessmentSectionStub.cs (.../ObservableTestAssessmentSectionStub.cs) (revision 0b02d2f718cbc5c039f130a0243fe12eb5674a31) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ObservableTestAssessmentSectionStub.cs (.../ObservableTestAssessmentSectionStub.cs) (revision dcc94dbcc481ef9f6f83308b82096f85f9cb6f01) @@ -38,7 +38,10 @@ { public ObservableTestAssessmentSectionStub() { - FailureMechanismContribution = new FailureMechanismContribution(Enumerable.Empty(), 0); + FailureMechanismContribution = new FailureMechanismContribution(Enumerable.Empty(), + 0, + 1.0 / 30000, + 1.0 / 30000); BackgroundData = new BackgroundData(new WmtsBackgroundDataConfiguration()) { Name = "Background data"