Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/MacroStabilityInwardsSoilLayerPropertiesTest.cs =================================================================== diff -u -rff1b7c6a13dfcb3583d654055b422ec99ae7dc43 -r7dfc1473ec9b1c4704271d80a1984f35c8752943 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/MacroStabilityInwardsSoilLayerPropertiesTest.cs (.../MacroStabilityInwardsSoilLayerPropertiesTest.cs) (revision ff1b7c6a13dfcb3583d654055b422ec99ae7dc43) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/MacroStabilityInwardsSoilLayerPropertiesTest.cs (.../MacroStabilityInwardsSoilLayerPropertiesTest.cs) (revision 7dfc1473ec9b1c4704271d80a1984f35c8752943) @@ -43,7 +43,7 @@ Assert.AreEqual(Color.Empty, properties.Color); Assert.IsFalse(properties.UsePop); - Assert.AreEqual(MacroStabilityInwardsShearStrengthModel.None, properties.ShearStrengthModel); + Assert.AreEqual(MacroStabilityInwardsShearStrengthModel.CPhi, properties.ShearStrengthModel); Assert.IsNaN(properties.AbovePhreaticLevelMean); Assert.IsNaN(properties.AbovePhreaticLevelCoefficientOfVariation);