Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -rec07f12a0ae3eebbdc56101ce6e5b0755672c5b8 -re5cba69dfe6b2722f689752dc905f3372eb62472 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision ec07f12a0ae3eebbdc56101ce6e5b0755672c5b8) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision e5cba69dfe6b2722f689752dc905f3372eb62472) @@ -49,7 +49,7 @@ } [Test] - public void Read_SectionResultIsNull_ThrowArgumentNullException() + public void Read_SectionResultNull_ThrowsArgumentNullException() { // Setup var entity = new HeightStructuresSectionResultEntity(); @@ -63,7 +63,7 @@ } [Test] - public void Read_CollectorIsNull_ThrowArgumentNullException() + public void Read_CollectorNull_ThrowsArgumentNullException() { // Setup var entity = new HeightStructuresSectionResultEntity();