Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r26f527fb809a2325c8f883ece9da01a8f8040eb3 -r2e94a93cca7fbb97675bff67cca2329e8b0b7505 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 26f527fb809a2325c8f883ece9da01a8f8040eb3) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 2e94a93cca7fbb97675bff67cca2329e8b0b7505) @@ -250,7 +250,7 @@ var stochasticSoilModel = new PipingStochasticSoilModel("A"); var stochasticSoilModelEntity = new StochasticSoilModelEntity(); - var stochasticSoilProfile = new PipingStochasticSoilProfile(1, new TestPipingSoilProfile()); + var stochasticSoilProfile = new PipingStochasticSoilProfile(1, PipingSoilProfileTestFactory.CreatePipingSoilProfile()); var stochasticSoilProfileEntity = new StochasticSoilProfileEntity { StochasticSoilModelEntity = stochasticSoilModelEntity