Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs =================================================================== diff -u -r342ecb50ef0e54c04002a2643689c6d0108518c7 -r5f1c70d7eea83fca2ef6305a87a8098820ded1d9 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs (.../GeneralResultConverterTest.cs) (revision 342ecb50ef0e54c04002a2643689c6d0108518c7) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs (.../GeneralResultConverterTest.cs) (revision 5f1c70d7eea83fca2ef6305a87a8098820ded1d9) @@ -88,11 +88,8 @@ var hydraWindDirectionClosingSituation = new WindDirectionClosingSituation(hydraWindDirection, closingSituation); - var hydraIllustrationPoint = new HydraSubMechanismIllustrationPoint - { - Beta = random.NextDouble(), - Name = " IllustrationPoint" - }; + double beta = random.NextDouble(); + var hydraIllustrationPoint = new HydraSubMechanismIllustrationPoint("Illustration Point", beta); var hydraIllustrationTreeNode = new IllustrationPointTreeNode(hydraIllustrationPoint); double governingWindDirectionAngle = random.NextDouble();