Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs =================================================================== diff -u -r5f1c70d7eea83fca2ef6305a87a8098820ded1d9 -ra6da010d4a68dbf5b4571ea39850ee92f62d2496 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs (.../IllustrationPointConverterTest.cs) (revision 5f1c70d7eea83fca2ef6305a87a8098820ded1d9) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs (.../IllustrationPointConverterTest.cs) (revision a6da010d4a68dbf5b4571ea39850ee92f62d2496) @@ -66,17 +66,13 @@ }; double beta = random.NextDouble(); - var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint("name", beta) + var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint("name", new[] { - Results = - { - hydraIllustrationPointResult - }, - Stochasts = - { - hydraRealizedStochast - } - }; + hydraRealizedStochast + }, new[] + { + hydraIllustrationPointResult + }, beta); // Call IllustrationPoint illustrationPoint = IllustrationPointConverter.CreateIllustrationPoint(subMechanismIllustrationPoint);