Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs =================================================================== diff -u -ra97c4ffe5254af061462539883d25722be13e539 -r248229db928c9e5556be704ed274226f80b4ef19 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision a97c4ffe5254af061462539883d25722be13e539) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision 248229db928c9e5556be704ed274226f80b4ef19) @@ -170,7 +170,7 @@ using (new WaveHeightCalculationServiceConfig()) { - var testService = (TestWaveHeightCalculationService) WaveHeightCalculationService.Instance; + var testService = (TestHydraulicBoundaryLocationCalculationService) WaveHeightCalculationService.Instance; // Call activity.Run(); @@ -270,7 +270,7 @@ using (new WaveHeightCalculationServiceConfig()) { - var testService = (TestWaveHeightCalculationService) WaveHeightCalculationService.Instance; + var testService = (TestHydraulicBoundaryLocationCalculationService) WaveHeightCalculationService.Instance; testService.CalculationConvergenceOutput = CalculationConvergence.NotCalculated; activity.Run(); @@ -314,7 +314,7 @@ using (new WaveHeightCalculationServiceConfig()) { - var testService = (TestWaveHeightCalculationService) WaveHeightCalculationService.Instance; + var testService = (TestHydraulicBoundaryLocationCalculationService) WaveHeightCalculationService.Instance; testService.CalculationConvergenceOutput = CalculationConvergence.CalculatedNotConverged; activity.Run(); }