Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Builders/SoilLayer1DTest.cs =================================================================== diff -u -r4f7dea208a70e4e3862a47a44028d6601e6f695f -rd47809e3a8fadff2be5b10056b79b16dc27eeca2 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Builders/SoilLayer1DTest.cs (.../SoilLayer1DTest.cs) (revision 4f7dea208a70e4e3862a47a44028d6601e6f695f) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Builders/SoilLayer1DTest.cs (.../SoilLayer1DTest.cs) (revision d47809e3a8fadff2be5b10056b79b16dc27eeca2) @@ -67,7 +67,7 @@ }; // Call - MacroStabilityInwardsSoilLayer result = layer.AsMacroStabilityInwardsSoilLayer(); + MacroStabilityInwardsSoilLayer1D result = layer.AsMacroStabilityInwardsSoilLayer(); // Assert Assert.AreEqual(top, result.Top); @@ -85,7 +85,7 @@ var layer = new SoilLayer1D(top); // Call - MacroStabilityInwardsSoilLayer result = layer.AsMacroStabilityInwardsSoilLayer(); + MacroStabilityInwardsSoilLayer1D result = layer.AsMacroStabilityInwardsSoilLayer(); // Assert Assert.IsEmpty(result.MaterialName);