Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsSoilProfileTransformerTest.cs =================================================================== diff -u -r86320df646dfe8564940e686a98d6199b9c3b470 -rec201316303aa676976655dcdfd9285dcc3ec4f1 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsSoilProfileTransformerTest.cs (.../MacroStabilityInwardsSoilProfileTransformerTest.cs) (revision 86320df646dfe8564940e686a98d6199b9c3b470) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsSoilProfileTransformerTest.cs (.../MacroStabilityInwardsSoilProfileTransformerTest.cs) (revision ec201316303aa676976655dcdfd9285dcc3ec4f1) @@ -70,7 +70,7 @@ // Setup var profile = new SoilProfile1D(1, "test", 3, new[] { - SoilLayer1DTestFactory.CreateSoilLayer1DForTransforming() + SoilLayer1DTestFactory.CreateSoilLayer1DWithValidAquifer() }); // Call @@ -89,7 +89,7 @@ // Setup var profile = new SoilProfile2D(1, "test", new[] { - SoilLayer2DTestFactory.CreateSoilLayer2DForTransforming() + SoilLayer2DTestFactory.CreateSoilLayer2DWithValidAquifer() }); // Call