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