Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs =================================================================== diff -u -r90a9502badff5788374461a1b2179a5dd0e866a2 -rc52a2a912985bdbe08cd83d84745fc3166eabbee --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs) (revision 90a9502badff5788374461a1b2179a5dd0e866a2) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs) (revision c52a2a912985bdbe08cd83d84745fc3166eabbee) @@ -107,7 +107,7 @@ Assert.IsNotNull(entity); Assert.AreEqual(soilLayer.Top, entity.Top); - MacroStabilityInwardsSoilLayerData data = soilLayer.Data; + IMacroStabilityInwardsSoilLayerData data = soilLayer.Data; Assert.AreEqual(Convert.ToByte(data.IsAquifer), entity.IsAquifer); Assert.AreEqual(data.MaterialName, entity.MaterialName); Assert.AreEqual(data.Color.ToArgb(), Convert.ToInt32(entity.Color));