Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs =================================================================== diff -u -r25e0f6d008a17ea054a3658d82746b3a2e94f3c5 -r8e213638a22dd9f04d965d875bb58156db019be5 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs) (revision 25e0f6d008a17ea054a3658d82746b3a2e94f3c5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs) (revision 8e213638a22dd9f04d965d875bb58156db019be5) @@ -82,7 +82,7 @@ int order = random.Next(); // Call - MacroStabilityInwardsSoilLayer2DEntity entity = soilLayer.Create(order); + MacroStabilityInwardsSoilLayerTwoDEntity entity = soilLayer.Create(order); // Assert Assert.IsNotNull(entity); @@ -144,7 +144,7 @@ }; // Call - MacroStabilityInwardsSoilLayer2DEntity entity = soilLayer.Create(0); + MacroStabilityInwardsSoilLayerTwoDEntity entity = soilLayer.Create(0); // Assert Assert.IsNotNull(entity); @@ -185,7 +185,7 @@ }; // Call - MacroStabilityInwardsSoilLayer2DEntity entity = soilLayer.Create(0); + MacroStabilityInwardsSoilLayerTwoDEntity entity = soilLayer.Create(0); // Assert TestHelper.AssertAreEqualButNotSame(materialName, entity.MaterialName);