Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -rc312034c7478db99d3c2ef96b1c351df806e8d21 -rc2bf0666539fa1a781c6d5d633ac292fa4fe2bd4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision c312034c7478db99d3c2ef96b1c351df806e8d21) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision c2bf0666539fa1a781c6d5d633ac292fa4fe2bd4) @@ -65,7 +65,7 @@ // Assert Assert.IsNotNull(entity); - Assert.AreEqual((short)FailureMechanismType.StrengthAndStabilityParallelConstruction, entity.FailureMechanismType); + Assert.AreEqual((short) FailureMechanismType.StrengthAndStabilityParallelConstruction, entity.FailureMechanismType); Assert.AreEqual(Convert.ToByte(isRelevant), entity.IsRelevant); Assert.AreEqual(failureMechanism.Comments, entity.Comments); } @@ -86,7 +86,7 @@ // Assert Assert.AreNotSame(originalComments, entity.Comments, - "To create stable binary representations/fingerprints, it's really important that strings are not shared."); + "To create stable binary representations/fingerprints, it's really important that strings are not shared."); Assert.AreEqual(originalComments, entity.Comments); }