Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsStochasticSoilModelTransformerTest.cs =================================================================== diff -u -r6f1f1f2dc45d71b0b40c6a84ed233d50f04c4b62 -r0b5e18b2ddd0f4af4e6483464a48c92d70531aa9 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsStochasticSoilModelTransformerTest.cs (.../MacroStabilityInwardsStochasticSoilModelTransformerTest.cs) (revision 6f1f1f2dc45d71b0b40c6a84ed233d50f04c4b62) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/SoilProfiles/MacroStabilityInwardsStochasticSoilModelTransformerTest.cs (.../MacroStabilityInwardsStochasticSoilModelTransformerTest.cs) (revision 0b5e18b2ddd0f4af4e6483464a48c92d70531aa9) @@ -166,7 +166,7 @@ ShearStrengthModel = MacroStabilityInwardsShearStrengthModel.CPhi } } - })); + }, Enumerable.Empty())); AssertStochasticSoilProfile(expectedStochasticSoilProfile, transformedModel.StochasticSoilProfiles.First()); }