Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs =================================================================== diff -u -r0868d78756c7992a83a096f3d3759046c2dbb217 -r5b3736b5350315a520f72c90222af261ea651019 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs (.../HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision 0868d78756c7992a83a096f3d3759046c2dbb217) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs (.../HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision 5b3736b5350315a520f72c90222af261ea651019) @@ -70,7 +70,7 @@ } [Test] - public void Update_ContextWithNoHeightStructuresSoilLayer_EntityNotFoundException() + public void Update_ContextWithNoHeightStructuresSectionResult_EntityNotFoundException() { // Setup var sectionResult = new HeightStructuresFailureMechanismSectionResult(new TestFailureMechanismSection()); @@ -91,7 +91,7 @@ } [Test] - public void Update_ContextWithNoHeightStructuresSoilLayerWithId_EntityNotFoundException() + public void Update_ContextWithNoHeightStructuresSectionResultWithId_EntityNotFoundException() { // Setup MockRepository mocks = new MockRepository(); @@ -122,7 +122,7 @@ } [Test] - public void Update_WithHeightStructuresSoilLayer_PropertiesUpdated() + public void Update_WithHeightStructuresSectionResult_PropertiesUpdated() { // Setup MockRepository mocks = new MockRepository();