Index: Ringtoets/Common/src/Ringtoets.Common.Util/SectionSegmentsHelper.cs =================================================================== diff -u -rfcad48d7beb394e1ac15cfe4289a7381e05aa883 -r5fc1f380dc9907795f36902c94502cebcd8a32a4 --- Ringtoets/Common/src/Ringtoets.Common.Util/SectionSegmentsHelper.cs (.../SectionSegmentsHelper.cs) (revision fcad48d7beb394e1ac15cfe4289a7381e05aa883) +++ Ringtoets/Common/src/Ringtoets.Common.Util/SectionSegmentsHelper.cs (.../SectionSegmentsHelper.cs) (revision 5fc1f380dc9907795f36902c94502cebcd8a32a4) @@ -46,6 +46,7 @@ { throw new ArgumentNullException(nameof(sections)); } + return sections.Select(s => new SectionSegments(s)).ToArray(); } @@ -75,6 +76,7 @@ section = sectionSegments.Section; } } + return section; } }