Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/ClosingStructureFailureMechanismSectionResultUpdateExtensionsTest.cs =================================================================== diff -u -r1cd3618f5f8916ef15992d69ec3b447b311c2f72 -r5b3736b5350315a520f72c90222af261ea651019 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/ClosingStructureFailureMechanismSectionResultUpdateExtensionsTest.cs (.../ClosingStructureFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision 1cd3618f5f8916ef15992d69ec3b447b311c2f72) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/ClosingStructureFailureMechanismSectionResultUpdateExtensionsTest.cs (.../ClosingStructureFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision 5b3736b5350315a520f72c90222af261ea651019) @@ -70,7 +70,7 @@ } [Test] - public void Update_ContextWithNoClosingStructureSoilLayer_EntityNotFoundException() + public void Update_ContextWithNoClosingStructureSectionResult_EntityNotFoundException() { // Setup var sectionResult = new ClosingStructureFailureMechanismSectionResult(new TestFailureMechanismSection()); @@ -91,7 +91,7 @@ } [Test] - public void Update_ContextWithNoClosingStructureSoilLayerWithId_EntityNotFoundException() + public void Update_ContextWithNoClosingStructureSectionResultWithId_EntityNotFoundException() { // Setup MockRepository mocks = new MockRepository(); @@ -122,7 +122,7 @@ } [Test] - public void Update_WithClosingStructureSoilLayer_PropertiesUpdated() + public void Update_WithClosingStructureSectionResult_PropertiesUpdated() { // Setup MockRepository mocks = new MockRepository();