Index: Ringtoets/Common/test/Ringtoets.Common.Util.Test/AggregatedHydraulicBoundaryLocationFactoryTest.cs =================================================================== diff -u -rb696329ea2268bfb69b2f7f6956774538dd5a2f3 -r6f33b44599df032ecae3342b0aacd606a9e87c1f --- Ringtoets/Common/test/Ringtoets.Common.Util.Test/AggregatedHydraulicBoundaryLocationFactoryTest.cs (.../AggregatedHydraulicBoundaryLocationFactoryTest.cs) (revision b696329ea2268bfb69b2f7f6956774538dd5a2f3) +++ Ringtoets/Common/test/Ringtoets.Common.Util.Test/AggregatedHydraulicBoundaryLocationFactoryTest.cs (.../AggregatedHydraulicBoundaryLocationFactoryTest.cs) (revision 6f33b44599df032ecae3342b0aacd606a9e87c1f) @@ -47,7 +47,7 @@ public void CreateAggregatedHydraulicBoundaryLocations_AssessmentSectionWithLocationsWithOutput_ReturnAggregatedHydraulicBoundaryLocations() { // Setup - var assessmentSection = new ObservableTestAssessmentSectionStub(); + var assessmentSection = new AssessmentSectionStub(); assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { new HydraulicBoundaryLocation(1, "location1", 1, 1), @@ -91,7 +91,7 @@ public void CreateAggregatedHydraulicBoundaryLocations_AssessmentSectionWithLocationsWithoutOutput_ReturnAggregatedHydraulicBoundaryLocations() { // Setup - var assessmentSection = new ObservableTestAssessmentSectionStub(); + var assessmentSection = new AssessmentSectionStub(); assessmentSection.SetHydraulicBoundaryLocationCalculations(new[] { new HydraulicBoundaryLocation(1, "location1", 1, 1),