Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs =================================================================== diff -u -r0fd23ff8e68b5f0d18d344d104bc68216cb49b51 -r5f1c70d7eea83fca2ef6305a87a8098820ded1d9 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs (.../IllustrationPointConverterTest.cs) (revision 0fd23ff8e68b5f0d18d344d104bc68216cb49b51) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs (.../IllustrationPointConverterTest.cs) (revision 5f1c70d7eea83fca2ef6305a87a8098820ded1d9) @@ -64,10 +64,10 @@ Name = "HydraRealizedStochast", Realization = random.NextDouble() }; - var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint + + double beta = random.NextDouble(); + var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint("name", beta) { - Beta = random.NextDouble(), - Name = "name", Results = { hydraIllustrationPointResult