Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsSoilProfile1DTest.cs =================================================================== diff -u -r85b10b88eb31823c50ca052d34baacc6e006ad4c -rc91246ef0f88eff9950857a6f2c404653a022dcc --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsSoilProfile1DTest.cs (.../MacroStabilityInwardsSoilProfile1DTest.cs) (revision 85b10b88eb31823c50ca052d34baacc6e006ad4c) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsSoilProfile1DTest.cs (.../MacroStabilityInwardsSoilProfile1DTest.cs) (revision c91246ef0f88eff9950857a6f2c404653a022dcc) @@ -49,7 +49,7 @@ var profile = new MacroStabilityInwardsSoilProfile1D(name, bottom, layers); // Assert - Assert.IsInstanceOf>(profile); + Assert.IsInstanceOf>(profile); Assert.AreNotSame(layers, profile.Layers); Assert.AreEqual(name, profile.Name); Assert.AreEqual(bottom, profile.Bottom);