Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r0b1d32f7e945fcf7ba1f9fdaeebb61765af3f7b0 -r9d5f42a34e94425c8a21ba8fcf0e33b41b78ff69 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 0b1d32f7e945fcf7ba1f9fdaeebb61765af3f7b0) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 9d5f42a34e94425c8a21ba8fcf0e33b41b78ff69) @@ -1660,10 +1660,10 @@ { return new object[] { - new DesignWaterLevelLocationsContext(nodeData.WrappedData.Locations, - nodeData.AssessmentSection), - new WaveHeightLocationsContext(nodeData.WrappedData.Locations, - nodeData.AssessmentSection) + new DesignWaterLevelLocationsGroupContext(nodeData.WrappedData.Locations, + nodeData.AssessmentSection), + new WaveHeightLocationsGroupContext(nodeData.WrappedData.Locations, + nodeData.AssessmentSection) }; }