Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/SoilProfile/MacroStabilityInwardsSoilProfile2DTestFactory.cs =================================================================== diff -u -ra07b01c421d15a0a1e4933e3967ac1f25d30eccc -r1a3f904157a3f86e702ea8086bee67e780da7856 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/SoilProfile/MacroStabilityInwardsSoilProfile2DTestFactory.cs (.../MacroStabilityInwardsSoilProfile2DTestFactory.cs) (revision a07b01c421d15a0a1e4933e3967ac1f25d30eccc) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/SoilProfile/MacroStabilityInwardsSoilProfile2DTestFactory.cs (.../MacroStabilityInwardsSoilProfile2DTestFactory.cs) (revision 1a3f904157a3f86e702ea8086bee67e780da7856) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System.Linq; using Core.Common.Base.Geometry; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; @@ -44,18 +43,12 @@ { new Point2D(0, 0), new Point2D(1, 1) - }), new Ring[0]) - { - NestedLayers = Enumerable.Empty() - }, + }), new Ring[0]), new MacroStabilityInwardsSoilLayer2D(new Ring(new[] { new Point2D(1, 1), new Point2D(2, 2) }), new Ring[0]) - { - NestedLayers = Enumerable.Empty() - } }, new MacroStabilityInwardsPreconsolidationStress[0]); } }