Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/AssessmentSectionUpdateExtensionsTest.cs =================================================================== diff -u -r1e784991112abbd6c3fb52f3b8808b7423851812 -rae6f0c6b534ca650e160ae6d9c0bc90369d25c68 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/AssessmentSectionUpdateExtensionsTest.cs (.../AssessmentSectionUpdateExtensionsTest.cs) (revision 1e784991112abbd6c3fb52f3b8808b7423851812) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/AssessmentSectionUpdateExtensionsTest.cs (.../AssessmentSectionUpdateExtensionsTest.cs) (revision ae6f0c6b534ca650e160ae6d9c0bc90369d25c68) @@ -58,7 +58,7 @@ } [Test] - public void Update_WithoutCollector_ThrowsArgumentNullException() + public void Update_WithoutPersistenceRegistry_ThrowsArgumentNullException() { // Setup var section = new AssessmentSection(AssessmentSectionComposition.Dike); @@ -74,7 +74,7 @@ // Assert var paramName = Assert.Throws(test).ParamName; - Assert.AreEqual("collector", paramName); + Assert.AreEqual("registry", paramName); } [Test]