Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/StochasticSoilProfileTest.cs =================================================================== diff -u -r303f3924f66df0bc726646b29031a926a94882bc -rf817bfc2122cfa0a48bd19ad8518a948dfd7c95c --- Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/StochasticSoilProfileTest.cs (.../StochasticSoilProfileTest.cs) (revision 303f3924f66df0bc726646b29031a926a94882bc) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/StochasticSoilProfileTest.cs (.../StochasticSoilProfileTest.cs) (revision f817bfc2122cfa0a48bd19ad8518a948dfd7c95c) @@ -317,9 +317,9 @@ BelowPhreaticLevelDeviation = random.NextDouble(), BelowPhreaticLevelMean = random.NextDouble(), BelowPhreaticLevelShift = random.NextDouble(), - DiameterD70Deviation = random.NextDouble(), + DiameterD70CoefficientOfVariation = random.NextDouble(), DiameterD70Mean = random.NextDouble(), - PermeabilityDeviation = random.NextDouble(), + PermeabilityCoefficientOfVariation = random.NextDouble(), PermeabilityMean = random.NextDouble() } }, random.NextEnumValue(), random.Next());