Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rda4a311b2ac60defe1a27a61c8d151f47268a941 -r57bc6a475f6cdd57b1a0ebf70cdf533014afd1ff --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision da4a311b2ac60defe1a27a61c8d151f47268a941) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 57bc6a475f6cdd57b1a0ebf70cdf533014afd1ff) @@ -878,14 +878,13 @@ pipingFailureMechanism.StochasticSoilModels.AddRange(new[] { - new PipingStochasticSoilModel("modelName") + new PipingStochasticSoilModel("modelName", new[] { - Geometry = - { - referenceLineGeometryPoints[1], - referenceLineGeometryPoints[2], - referenceLineGeometryPoints[3] - }, + referenceLineGeometryPoints[1], + referenceLineGeometryPoints[2], + referenceLineGeometryPoints[3] + }) + { StochasticSoilProfiles = { new PipingStochasticSoilProfile(0.2, pipingSoilProfile),