Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/StochasticSoilProfileUpdateExtensionsTest.cs =================================================================== diff -u -r1e784991112abbd6c3fb52f3b8808b7423851812 -rae6f0c6b534ca650e160ae6d9c0bc90369d25c68 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/StochasticSoilProfileUpdateExtensionsTest.cs (.../StochasticSoilProfileUpdateExtensionsTest.cs) (revision 1e784991112abbd6c3fb52f3b8808b7423851812) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/StochasticSoilProfileUpdateExtensionsTest.cs (.../StochasticSoilProfileUpdateExtensionsTest.cs) (revision ae6f0c6b534ca650e160ae6d9c0bc90369d25c68) @@ -52,7 +52,7 @@ } [Test] - public void Update_WithoutCollector_ArgumentNullException() + public void Update_WithoutPersistenceRegistry_ArgumentNullException() { // Setup var soilProfile = new TestStochasticSoilProfile(); @@ -68,7 +68,7 @@ // Assert var paramName = Assert.Throws(test).ParamName; - Assert.AreEqual("collector", paramName); + Assert.AreEqual("registry", paramName); } [Test]