Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/WaterPressureAsphaltCoverFailureMechanismSectionResultUpdateExtensionsTest.cs =================================================================== diff -u -r2fe46c62134fde70ada240fa952971444177be90 -r5b3736b5350315a520f72c90222af261ea651019 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/WaterPressureAsphaltCoverFailureMechanismSectionResultUpdateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision 2fe46c62134fde70ada240fa952971444177be90) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/WaterPressureAsphaltCoverFailureMechanismSectionResultUpdateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision 5b3736b5350315a520f72c90222af261ea651019) @@ -70,7 +70,7 @@ } [Test] - public void Update_ContextWithNoWaterPressureAsphaltCoverSoilLayer_EntityNotFoundException() + public void Update_ContextWithNoWaterPressureAsphaltCoverSectionResult_EntityNotFoundException() { // Setup var sectionResult = new WaterPressureAsphaltCoverFailureMechanismSectionResult(new TestFailureMechanismSection()); @@ -91,7 +91,7 @@ } [Test] - public void Update_ContextWithNoWaterPressureAsphaltCoverSoilLayerWithId_EntityNotFoundException() + public void Update_ContextWithNoWaterPressureAsphaltCoverSectionResultWithId_EntityNotFoundException() { // Setup MockRepository mocks = new MockRepository(); @@ -122,7 +122,7 @@ } [Test] - public void Update_WithWaterPressureAsphaltCoverSoilLayer_PropertiesUpdated() + public void Update_WithWaterPressureAsphaltCoverSectionResult_PropertiesUpdated() { // Setup MockRepository mocks = new MockRepository();