Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsStochasticSoilModelTest.cs =================================================================== diff -u -r338d61802c139a519a89b0fae7bc76c27fb39ccf -rc1ac182589346efaad13b07323734d95bd53b0cb --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsStochasticSoilModelTest.cs (.../MacroStabilityInwardsStochasticSoilModelTest.cs) (revision 338d61802c139a519a89b0fae7bc76c27fb39ccf) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsStochasticSoilModelTest.cs (.../MacroStabilityInwardsStochasticSoilModelTest.cs) (revision c1ac182589346efaad13b07323734d95bd53b0cb) @@ -491,7 +491,7 @@ Name = name; } - public string Name => ""; + public string Name { get; } = ""; public IEnumerable Layers { get; }