Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs =================================================================== diff -u -rfd75ff7d1794c6a64fd3ce1aa1f159effba2e102 -ra1bba29ba0d84061cca88da8324957087d564db9 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs) (revision fd75ff7d1794c6a64fd3ce1aa1f159effba2e102) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs) (revision a1bba29ba0d84061cca88da8324957087d564db9) @@ -63,17 +63,17 @@ // Assert Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); - Assert.IsTrue(TypeUtils.HasTypeConverter( - r => r.AssessmentLayerThree)); + Assert.IsTrue( + TypeUtils.HasTypeConverter( + r => r.AssessmentLayerThree)); } [Test] public void AssessmentLayerThree_AlwaysOnChange_ResultPropertyChanged() { // Setup var random = new Random(21); - var newValue = random.NextDouble(); + double newValue = random.NextDouble(); FailureMechanismSection section = CreateSection(); var result = new StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult(section); var row = new StrengthStabilityLengthwiseConstructionSectionResultRow(result);