Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs =================================================================== diff -u -ra20f5008f39cfa4fd6f94572fd07a011f76609f4 -r57bc6a475f6cdd57b1a0ebf70cdf533014afd1ff --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision a20f5008f39cfa4fd6f94572fd07a011f76609f4) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 57bc6a475f6cdd57b1a0ebf70cdf533014afd1ff) @@ -44,6 +44,7 @@ using Ringtoets.MacroStabilityInwards.Data.TestUtil.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; using Ringtoets.Piping.Data.SoilProfile; +using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Primitives; using Ringtoets.Piping.Primitives.TestUtil; using Ringtoets.StabilityPointStructures.Data; @@ -387,7 +388,7 @@ protected override PipingStochasticSoilModel CreateDataModel() { - return new PipingStochasticSoilModel(nameof(PipingStochasticSoilModel)); + return PipingStochasticSoilModelTestFactory.CreatePipingStochasticSoilModel(nameof(PipingStochasticSoilModel)); } } @@ -451,7 +452,7 @@ protected override MacroStabilityInwardsStochasticSoilModel CreateDataModel() { - return MacroStabilityInwardsStochasticSoilModelTestFactory.CreateValidStochasticSoilModel(); + return MacroStabilityInwardsStochasticSoilModelTestFactory.CreateValidStochasticSoilModel(nameof(MacroStabilityInwardsStochasticSoilModel)); } }