Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs =================================================================== diff -u -r72b12726b73e7e011bed836163635b64220c23f1 -r7585d2fd78627d94d55ffa16423af90a91e4efd4 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs (.../MacroStabilityInwardsCalculationServiceTest.cs) (revision 72b12726b73e7e011bed836163635b64220c23f1) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs (.../MacroStabilityInwardsCalculationServiceTest.cs) (revision 7585d2fd78627d94d55ffa16423af90a91e4efd4) @@ -313,6 +313,9 @@ var stochasticSoilProfile = new MacroStabilityInwardsStochasticSoilProfile(1, new MacroStabilityInwardsSoilProfile1D("profile", 0.0, new[] { new MacroStabilityInwardsSoilLayer1D(surfaceLineTop - differenceFromTop) + { + Data = new MacroStabilityInwardsSoilLayerData() + } })); var surfaceLine = new MacroStabilityInwardsSurfaceLine("Test");