Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r2be62a16f4a6d90a76ebb53967a7b7ea3a445cd1 -rda4a311b2ac60defe1a27a61c8d151f47268a941 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 2be62a16f4a6d90a76ebb53967a7b7ea3a445cd1) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision da4a311b2ac60defe1a27a61c8d151f47268a941) @@ -1194,14 +1194,13 @@ macroStabilityInwardsFailureMechanism.StochasticSoilModels.AddRange(new[] { - new MacroStabilityInwardsStochasticSoilModel("MacroStabilityInwards model name") + new MacroStabilityInwardsStochasticSoilModel("MacroStabilityInwards model name", new[] { - Geometry = - { - referenceLineGeometryPoints[1], - referenceLineGeometryPoints[2], - referenceLineGeometryPoints[3] - }, + referenceLineGeometryPoints[1], + referenceLineGeometryPoints[2], + referenceLineGeometryPoints[3] + }) + { StochasticSoilProfiles = { new MacroStabilityInwardsStochasticSoilProfile(0.3, soilProfile1D),