Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs =================================================================== diff -u -r1a6b52d906627a8e50b6675c1bbdee644854b959 -raacb07cede4cf74a24528a1d466ac03e1d69f284 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs (.../AssessmentSectionHelper.cs) (revision 1a6b52d906627a8e50b6675c1bbdee644854b959) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs (.../AssessmentSectionHelper.cs) (revision aacb07cede4cf74a24528a1d466ac03e1d69f284) @@ -21,6 +21,7 @@ using System; using System.Collections; +using System.Collections.Generic; using System.Linq; using Core.Common.Base.Data; using Core.Common.TestUtil; @@ -106,7 +107,7 @@ /// of the before-mentioned assessment section, hydraulic boundary location and category type). /// /// - public static IEnumerable GetAssessmentLevelConfigurationPerAssessmentSectionCategoryType() + public static IEnumerable GetAssessmentLevelConfigurationPerAssessmentSectionCategoryType() { var assessmentSection = new AssessmentSectionStub(); var hydraulicBoundaryLocation = new TestHydraulicBoundaryLocation();