Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultUpdateExtensionsTest.cs =================================================================== diff -u -rebad637e9483d348a5efe2fe902d56aa91bf6a31 -r5b3736b5350315a520f72c90222af261ea651019 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultUpdateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision ebad637e9483d348a5efe2fe902d56aa91bf6a31) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultUpdateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision 5b3736b5350315a520f72c90222af261ea651019) @@ -70,7 +70,7 @@ } [Test] - public void Update_ContextWithNoStrengthStabilityLengthwiseConstructionSoilLayer_EntityNotFoundException() + public void Update_ContextWithNoStrengthStabilityLengthwiseConstructionSectionResult_EntityNotFoundException() { // Setup var sectionResult = new StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult(new TestFailureMechanismSection()); @@ -91,7 +91,7 @@ } [Test] - public void Update_ContextWithNoStrengthStabilityLengthwiseConstructionSoilLayerWithId_EntityNotFoundException() + public void Update_ContextWithNoStrengthStabilityLengthwiseConstructionSectionResultWithId_EntityNotFoundException() { // Setup MockRepository mocks = new MockRepository(); @@ -122,7 +122,7 @@ } [Test] - public void Update_WithStrengthStabilityLengthwiseConstructionSoilLayer_PropertiesUpdated() + public void Update_WithStrengthStabilityLengthwiseConstructionSectionResult_PropertiesUpdated() { // Setup MockRepository mocks = new MockRepository();