Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs =================================================================== diff -u -r0ca80ea0128c50442c9ab707f715125d65cf7fa0 -r28f5d15f9e5831cbaba3de5cf2a1c6c025238ccd --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs) (revision 0ca80ea0128c50442c9ab707f715125d65cf7fa0) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs) (revision 28f5d15f9e5831cbaba3de5cf2a1c6c025238ccd) @@ -69,7 +69,8 @@ // Setup var random = new Random(31); const string name = "some name"; - var soilProfile = new MacroStabilityInwardsSoilProfile1D(name, -random.NextDouble(), new[] + double bottom = -random.NextDouble(); + var soilProfile = new MacroStabilityInwardsSoilProfile1D(name, bottom, new[] { new MacroStabilityInwardsSoilLayer1D(random.NextDouble()), new MacroStabilityInwardsSoilLayer1D(random.NextDouble())