Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs =================================================================== diff -u -r673e35de0df920529e5dda63ea8b4dfb08ed65a8 -rfd75ff7d1794c6a64fd3ce1aa1f159effba2e102 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs (.../GrassCoverSlipOffOutwardsSectionResultRowTest.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs (.../GrassCoverSlipOffOutwardsSectionResultRowTest.cs) (revision fd75ff7d1794c6a64fd3ce1aa1f159effba2e102) @@ -40,7 +40,7 @@ public void Constructor_WithSectionResult_ExpectedValues() { // Setup - var section = CreateSection(); + FailureMechanismSection section = CreateSection(); var result = new GrassCoverSlipOffOutwardsFailureMechanismSectionResult(section); // Call @@ -54,7 +54,7 @@ public void Constructor_WithSectionResult_PropertiesFromSectionAndResult() { // Setup - var section = CreateSection(); + FailureMechanismSection section = CreateSection(); var result = new GrassCoverSlipOffOutwardsFailureMechanismSectionResult(section); // Call @@ -74,7 +74,7 @@ { // Setup var newValue = AssessmentLayerTwoAResult.Successful; - var section = CreateSection(); + FailureMechanismSection section = CreateSection(); var result = new GrassCoverSlipOffOutwardsFailureMechanismSectionResult(section); var row = new GrassCoverSlipOffOutwardsSectionResultRow(result); @@ -91,7 +91,7 @@ // Setup var random = new Random(21); var newValue = random.NextDouble(); - var section = CreateSection(); + FailureMechanismSection section = CreateSection(); var result = new GrassCoverSlipOffOutwardsFailureMechanismSectionResult(section); var row = new GrassCoverSlipOffOutwardsSectionResultRow(result);