Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r4823d81e68837eec1ebb52616ae21982462fe6ab -re5cba69dfe6b2722f689752dc905f3372eb62472 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision 4823d81e68837eec1ebb52616ae21982462fe6ab) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision e5cba69dfe6b2722f689752dc905f3372eb62472) @@ -49,7 +49,7 @@ } [Test] - public void Read_SectionResultIsNull_ThrowArgumentNullException() + public void Read_SectionResultNull_ThrowsArgumentNullException() { // Setup var entity = new ClosingStructuresSectionResultEntity(); @@ -63,7 +63,7 @@ } [Test] - public void Read_CollectorIsNull_ThrowArgumentNullException() + public void Read_CollectorNull_ThrowsArgumentNullException() { // Setup var entity = new ClosingStructuresSectionResultEntity();