Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/StochasticSoilProfileCreateExtensionsTest.cs =================================================================== diff -u -r05013c44d1273bac219a442dc7959706c6bac715 -r545b105a213ed85564861b4bcf6d2d6425dbde50 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/StochasticSoilProfileCreateExtensionsTest.cs (.../StochasticSoilProfileCreateExtensionsTest.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/StochasticSoilProfileCreateExtensionsTest.cs (.../StochasticSoilProfileCreateExtensionsTest.cs) (revision 545b105a213ed85564861b4bcf6d2d6425dbde50) @@ -43,7 +43,7 @@ TestDelegate test = () => stochasticSoilProfile.Create(null, 0); // Assert - var parameterName = Assert.Throws(test).ParamName; + string parameterName = Assert.Throws(test).ParamName; Assert.AreEqual("registry", parameterName); }