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