Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r838250fef0c200dbbffa9a562ca5935fdc500d19 -r7d790a82bda0347f47961162de614bacfa8e288c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision 838250fef0c200dbbffa9a562ca5935fdc500d19) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision 7d790a82bda0347f47961162de614bacfa8e288c) @@ -62,7 +62,7 @@ [Test] [TestCase(true)] [TestCase(false)] - public void Read_WithDecimalParameterValues_ReturnHeightStructuresSoilLayerWithDoubleParameterValues(bool layerOne) + public void Read_WithDecimalParameterValues_ReturnHeightStructuresSectionResultWithDoubleParameterValues(bool layerOne) { // Setup var random = new Random(21); @@ -94,7 +94,7 @@ [Test] [TestCase(true)] [TestCase(false)] - public void Read_WithNullParameterValues_ReturnHeightStructuresSoilLayerWithNullParameters(bool layerOne) + public void Read_WithNullParameterValues_ReturnHeightStructuresSectionResultWithNullParameters(bool layerOne) { // Setup var collector = new ReadConversionCollector();