Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs =================================================================== diff -u -r18a017c6d2415f51ab5101e1166cc77eed3ef136 -ra457a283a040a1414e462e426f9c758567f49ed4 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs (.../MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs) (revision 18a017c6d2415f51ab5101e1166cc77eed3ef136) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs (.../MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs) (revision a457a283a040a1414e462e426f9c758567f49ed4) @@ -82,8 +82,8 @@ double bottom = random.NextDouble(); double probability = random.NextDouble(); - var layerOne = new MacroStabilityInwardsSoilLayer1D(-2); - var layerTwo = new MacroStabilityInwardsSoilLayer1D(-4); + var layerOne = new MacroStabilityInwardsSoilLayer1D(4); + var layerTwo = new MacroStabilityInwardsSoilLayer1D(2); IEnumerable layers = new[] { layerOne,