Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.TestUtil/TestStochasticSoilModelUpdateModelStrategy.cs =================================================================== diff -u -r81fa8a9bf3bd503cbd280e88b8f6037a840cff12 -ra940166534b3dd6e778de2e7c8e7e5241f3d3381 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.TestUtil/TestStochasticSoilModelUpdateModelStrategy.cs (.../TestStochasticSoilModelUpdateModelStrategy.cs) (revision 81fa8a9bf3bd503cbd280e88b8f6037a840cff12) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.TestUtil/TestStochasticSoilModelUpdateModelStrategy.cs (.../TestStochasticSoilModelUpdateModelStrategy.cs) (revision a940166534b3dd6e778de2e7c8e7e5241f3d3381) @@ -54,12 +54,10 @@ /// public IEnumerable UpdatedInstances { get; set; } = Enumerable.Empty(); - public IEnumerable UpdateModelWithImportedData(StochasticSoilModelCollection targetDataCollection, - IEnumerable readStochasticSoilModels, - string sourceFilePath) + public IEnumerable UpdateModelWithImportedData(IEnumerable stochasticSoilModels, string sourceFilePath) { Updated = true; - EvaluateGetValidStochasticSoilModelsMethod(readStochasticSoilModels); + EvaluateGetValidStochasticSoilModelsMethod(stochasticSoilModels); FilePath = sourceFilePath; return UpdatedInstances;