Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PresentationObjects/MacroStabilityInwardsCalculationGroupContextTest.cs =================================================================== diff -u -rda4a311b2ac60defe1a27a61c8d151f47268a941 -r3c535420f957462c1d525a532dad033434bf2ab7 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PresentationObjects/MacroStabilityInwardsCalculationGroupContextTest.cs (.../MacroStabilityInwardsCalculationGroupContextTest.cs) (revision da4a311b2ac60defe1a27a61c8d151f47268a941) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PresentationObjects/MacroStabilityInwardsCalculationGroupContextTest.cs (.../MacroStabilityInwardsCalculationGroupContextTest.cs) (revision 3c535420f957462c1d525a532dad033434bf2ab7) @@ -25,7 +25,6 @@ using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.MacroStabilityInwards.Data; -using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Data.TestUtil; using Ringtoets.MacroStabilityInwards.Forms.PresentationObjects; using Ringtoets.MacroStabilityInwards.Primitives; @@ -50,9 +49,9 @@ { new MacroStabilityInwardsSurfaceLine(string.Empty) }; - var soilModels = new MacroStabilityInwardsStochasticSoilModel[] + var soilModels = new[] { - new TestMacroStabilityInwardsStochasticSoilModel() + MacroStabilityInwardsStochasticSoilModelTestFactory.CreateValidStochasticSoilModel() }; CalculationGroup parent = withParent ? new CalculationGroup() : null;