Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/PipingStructureSectionResultRowTest.cs =================================================================== diff -u -rf5da4dd6fa50a6e74e1861162028cc8692bbc562 -rb0d4029bab38384417896cbb6f3029dba653b475 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/PipingStructureSectionResultRowTest.cs (.../PipingStructureSectionResultRowTest.cs) (revision f5da4dd6fa50a6e74e1861162028cc8692bbc562) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/PipingStructureSectionResultRowTest.cs (.../PipingStructureSectionResultRowTest.cs) (revision b0d4029bab38384417896cbb6f3029dba653b475) @@ -68,6 +68,7 @@ [Test] public void Constructor_ConstructionPropertiesNull_ThrowsArgumentNullException() { + // Setup FailureMechanismSection section = FailureMechanismSectionTestFactory.CreateFailureMechanismSection(); var result = new PipingStructureFailureMechanismSectionResult(section);