Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs =================================================================== diff -u -rbcbaf3276dd95b04581da58e00b4c868d1ab7333 -rafdb8e711afa6fc93dc33401fa433e0f0e5fd124 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision bcbaf3276dd95b04581da58e00b4c868d1ab7333) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision afdb8e711afa6fc93dc33401fa433e0f0e5fd124) @@ -56,6 +56,8 @@ assessmentSection => assessmentSection.WaterLevelCalculationsForFactorizedLowerLimitNorm.First())); yield return new TestCaseData(new Func( assessmentSection => assessmentSection.WaveHeightCalculationsForFactorizedSignalingNorm.First())); + yield return new TestCaseData(new Func( + assessmentSection => assessmentSection.WaveHeightCalculationsForSignalingNorm.First())); } }