Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r94242c0e8dc46889015a0cc34aee3e37786bb30a -r16df8541528639fd1e8d9f2584fae28808b63fad --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 94242c0e8dc46889015a0cc34aee3e37786bb30a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 16df8541528639fd1e8d9f2584fae28808b63fad) @@ -245,7 +245,7 @@ public void Read_EntityWithStochasticSoilModelEntityInCollector_CalculationHasAlreadyReadStochasticSoilModel() { // Setup - var stochasticSoilModel = new StochasticSoilModel(1, "A"); + var stochasticSoilModel = new StochasticSoilModel("A"); var stochasticSoilModelEntity = new StochasticSoilModelEntity(); var stochasticSoilProfile = new StochasticSoilProfile(1, SoilProfileType.SoilProfile1D, 1);