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