Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -rebad637e9483d348a5efe2fe902d56aa91bf6a31 -r0dfd3c0010fcc11edd6a4a480a658b24e38c7b18 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision ebad637e9483d348a5efe2fe902d56aa91bf6a31) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision 0dfd3c0010fcc11edd6a4a480a658b24e38c7b18) @@ -65,7 +65,7 @@ // Assert Assert.IsNotNull(entity); - Assert.AreEqual((short)FailureMechanismType.StructureHeight, entity.FailureMechanismType); + Assert.AreEqual((short)FailureMechanismType.StrengthAndStabilityParallelConstruction, entity.FailureMechanismType); Assert.AreEqual(Convert.ToByte(isRelevant), entity.IsRelevant); Assert.AreEqual(failureMechanism.Comments, entity.Comments); }