Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.TestUtil.Test/TestStochasticSoilModelUpdateModelStrategyTest.cs =================================================================== diff -u -r801944e042197afab2cf3bb57359970479e286b3 -r78382ec129ddc7537096860680cef36f3796700d --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.TestUtil.Test/TestStochasticSoilModelUpdateModelStrategyTest.cs (.../TestStochasticSoilModelUpdateModelStrategyTest.cs) (revision 801944e042197afab2cf3bb57359970479e286b3) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.TestUtil.Test/TestStochasticSoilModelUpdateModelStrategyTest.cs (.../TestStochasticSoilModelUpdateModelStrategyTest.cs) (revision 78382ec129ddc7537096860680cef36f3796700d) @@ -48,7 +48,7 @@ { // Setup var strategy = new TestStochasticSoilModelUpdateModelStrategy(); - IEnumerable readModels = new[] + IEnumerable readModels = new[] { new TestStochasticSoilModel("A"), new TestStochasticSoilModel("B"), @@ -71,7 +71,7 @@ { // Setup var strategy = new TestStochasticSoilModelUpdateModelStrategy(); - IEnumerable readModels = Enumerable.Empty(); + IEnumerable readModels = Enumerable.Empty(); var filePath = new string('x', new Random(21).Next(5, 23)); IEnumerable updatedInstances = Enumerable.Empty();