Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs =================================================================== diff -u -r8fb89aa97883c5717bb40a279bbfa05164a4f038 -r848c3a050bda5fb0dd74232deb7f1d5eba8ecbf6 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 8fb89aa97883c5717bb40a279bbfa05164a4f038) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 848c3a050bda5fb0dd74232deb7f1d5eba8ecbf6) @@ -2108,7 +2108,7 @@ } [Test] - public void Register_WithNullPipingFailureMechanismMetaEntity_ThrowsArgumentNullExcpetion() + public void Register_WithNullPipingFailureMechanismMetaEntity_ThrowsArgumentNullException() { // Setup var registry = new PersistenceRegistry(); @@ -2122,7 +2122,7 @@ } [Test] - public void Register_WithNullPipingProbabilityAssessmentInput_ThrowsArgumentNullExcpetion() + public void Register_WithNullPipingProbabilityAssessmentInput_ThrowsArgumentNullException() { // Setup var registry = new PersistenceRegistry();