Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r2ddc62f47aaabf675479dbffb297ac6f8c4d9897 -r2eac593d76d54cce86a09e39013cae7934751be5 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 2ddc62f47aaabf675479dbffb297ac6f8c4d9897) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 2eac593d76d54cce86a09e39013cae7934751be5) @@ -879,8 +879,11 @@ StandardDeviation = (RoundedDouble) 1.2, Shift = (RoundedDouble) 2.2 }, - DiameterD70Mean = 2.42, - DiameterD70CoefficientOfVariation = 21.002, + DiameterD70 = new VariationCoefficientLogNormalDistribution + { + Mean = (RoundedDouble) 2.42, + CoefficientOfVariation = (RoundedDouble) 21.002 + }, PermeabilityMean = 0.9982, PermeabilityCoefficientOfVariation = 0.220, Color = Color.HotPink,