Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs =================================================================== diff -u -r0950c1a469810e87b914ad0bc0cebbca32850a4e -r1a3f904157a3f86e702ea8086bee67e780da7856 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs (.../MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs) (revision 0950c1a469810e87b914ad0bc0cebbca32850a4e) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs (.../MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs) (revision 1a3f904157a3f86e702ea8086bee67e780da7856) @@ -388,15 +388,13 @@ new Point2D(20.210230, 26.00001), new Point2D(3.830, 1.040506) }), - new Ring[0]) - { - NestedLayers = new MacroStabilityInwardsSoilLayer2D[0] - }; + new Ring[0]); } private class UnsupportedSoilProfile : IMacroStabilityInwardsSoilProfile { public string Name { get; } + public IEnumerable Layers { get; } } }