Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs =================================================================== diff -u -ra6da010d4a68dbf5b4571ea39850ee92f62d2496 -r2bda1fe026b3f2c9bf6f4d0254e3292bbd887f78 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs (.../IllustrationPointConverterTest.cs) (revision a6da010d4a68dbf5b4571ea39850ee92f62d2496) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointConverterTest.cs (.../IllustrationPointConverterTest.cs) (revision 2bda1fe026b3f2c9bf6f4d0254e3292bbd887f78) @@ -52,11 +52,8 @@ { // Setup var random = new Random(21); - var hydraIllustrationPointResult = new HydraIllustrationPointResult - { - Description = "HydraIllustrationPointResult", - Value = random.NextDouble() - }; + var hydraIllustrationPointResult = new HydraIllustrationPointResult("HydraIllustrationPointResult", + random.NextDouble()); var hydraRealizedStochast = new HydraRealizedStochast { Alpha = random.NextDouble(),