Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsStochasticSoilModelTransformerTest.cs =================================================================== diff -u -r4b7c486c202b231dda871f2fada8384e90572334 -rd0df72045ade55bd857dae6333ec4e1532ab4593 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsStochasticSoilModelTransformerTest.cs (.../MacroStabilityInwardsStochasticSoilModelTransformerTest.cs) (revision 4b7c486c202b231dda871f2fada8384e90572334) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsStochasticSoilModelTransformerTest.cs (.../MacroStabilityInwardsStochasticSoilModelTransformerTest.cs) (revision d0df72045ade55bd857dae6333ec4e1532ab4593) @@ -145,17 +145,13 @@ new MacroStabilityInwardsSoilLayer2D(new Ring(new[] { new Point2D(0.0, 0.0), - new Point2D(1.0, 0.0), - new Point2D(1.0, 0.0), - new Point2D(0.0, 0.0) + new Point2D(1.0, 0.0) }), new[] { new Ring(new[] { new Point2D(1.0, 1.0), - new Point2D(2.0, 1.0), - new Point2D(2.0, 1.0), - new Point2D(1.0, 1.0) + new Point2D(2.0, 1.0) }), }) {