Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityTestFactoryTest.cs =================================================================== diff -u -raf575930a392dbf1fb1d5073f3df48110af72686 -ra1f0bed43a1bdeeda53ac505a77c065ca6fd7c12 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityTestFactoryTest.cs (.../MacroStabilityInwardsStochasticSoilProfileEntityTestFactoryTest.cs) (revision af575930a392dbf1fb1d5073f3df48110af72686) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityTestFactoryTest.cs (.../MacroStabilityInwardsStochasticSoilProfileEntityTestFactoryTest.cs) (revision a1f0bed43a1bdeeda53ac505a77c065ca6fd7c12) @@ -36,8 +36,6 @@ // Assert Assert.IsNotNull(entity); - Assert.AreEqual(typeof(MacroStabilityInwardsStochasticSoilProfileEntity), entity.GetType()); - Assert.AreEqual(0.34, entity.Probability); MacroStabilityInwardsSoilProfileOneDEntity soilProfileEntity = entity.MacroStabilityInwardsSoilProfileOneDEntity;