Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs =================================================================== diff -u -r342550ddfacbc6b0253b9b452da4aa68c3fac73f -ra20f5008f39cfa4fd6f94572fd07a011f76609f4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 342550ddfacbc6b0253b9b452da4aa68c3fac73f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision a20f5008f39cfa4fd6f94572fd07a011f76609f4) @@ -451,7 +451,7 @@ protected override MacroStabilityInwardsStochasticSoilModel CreateDataModel() { - return new MacroStabilityInwardsStochasticSoilModel(nameof(MacroStabilityInwardsStochasticSoilModel)); + return MacroStabilityInwardsStochasticSoilModelTestFactory.CreateValidStochasticSoilModel(); } }