Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationServiceTest.cs =================================================================== diff -u -r1e533850c7711172462df1e8f569b9f3ff950045 -ra97c4ffe5254af061462539883d25722be13e539 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationServiceTest.cs (.../WaveHeightCalculationServiceTest.cs) (revision 1e533850c7711172462df1e8f569b9f3ff950045) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationServiceTest.cs (.../WaveHeightCalculationServiceTest.cs) (revision a97c4ffe5254af061462539883d25722be13e539) @@ -116,11 +116,11 @@ { var testService = (TestHydraRingCalculationService) HydraRingCalculationService.Instance; - WaveHeightCalculationService.Instance.Calculate( - calculationMessageProviderMock, - hydraulicBoundaryLocationMock, - validFilePath, ringId, - norm); + WaveHeightCalculationService.Instance.Calculate(hydraulicBoundaryLocationMock, + validFilePath, + ringId, + norm, + calculationMessageProviderMock); // Assert Assert.AreEqual(testDataPath, testService.HlcdDirectory); @@ -161,10 +161,11 @@ using (new HydraRingCalculationServiceConfig()) { // Call - Action call = () => output = WaveHeightCalculationService.Instance.Calculate( - calculationMessageProviderMock, - hydraulicBoundaryLocationMock, - validFilePath, ringId, norm); + Action call = () => output = WaveHeightCalculationService.Instance.Calculate(hydraulicBoundaryLocationMock, + validFilePath, + ringId, + norm, + calculationMessageProviderMock); // Assert TestHelper.AssertLogMessages(call, messages =>