Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRowTest.cs =================================================================== diff -u -rfd75ff7d1794c6a64fd3ce1aa1f159effba2e102 -ra1bba29ba0d84061cca88da8324957087d564db9 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRowTest.cs (.../GrassCoverSlipOffInwardsSectionResultRowTest.cs) (revision fd75ff7d1794c6a64fd3ce1aa1f159effba2e102) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRowTest.cs (.../GrassCoverSlipOffInwardsSectionResultRowTest.cs) (revision a1bba29ba0d84061cca88da8324957087d564db9) @@ -64,9 +64,9 @@ Assert.AreEqual(result.AssessmentLayerTwoA, row.AssessmentLayerTwoA); Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); - Assert.IsTrue(TypeUtils.HasTypeConverter( - r => r.AssessmentLayerThree)); + Assert.IsTrue( + TypeUtils.HasTypeConverter( + r => r.AssessmentLayerThree)); } [Test] @@ -90,7 +90,7 @@ { // Setup var random = new Random(21); - var newValue = random.NextDouble(); + double newValue = random.NextDouble(); FailureMechanismSection section = CreateSection(); var result = new GrassCoverSlipOffInwardsFailureMechanismSectionResult(section); var row = new GrassCoverSlipOffInwardsSectionResultRow(result);