Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs =================================================================== diff -u -r0fd23ff8e68b5f0d18d344d104bc68216cb49b51 -r0748ce1d3449ef7d34ce00c68fa7319ab9d4fbfe --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs (.../GeneralResultConverterTest.cs) (revision 0fd23ff8e68b5f0d18d344d104bc68216cb49b51) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/GeneralResultConverterTest.cs (.../GeneralResultConverterTest.cs) (revision 0748ce1d3449ef7d34ce00c68fa7319ab9d4fbfe) @@ -173,11 +173,9 @@ var hydraWindDirectionClosingSituation = new WindDirectionClosingSituation(hydraWindDirection, closingSituation); - var hydraIllustrationPoint = new FaultTreeIllustrationPoint - { - Beta = random.NextDouble(), - Name = " IllustrationPoint" - }; + var hydraIllustrationPoint = new FaultTreeIllustrationPoint(" IllustrationPoint", + random.NextDouble(), + random.NextEnumValue()); var hydraIllustrationTreeNode = new IllustrationPointTreeNode(hydraIllustrationPoint); var governingHydraWindDirection = new HydraWindDirection