Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs =================================================================== diff -u -rfae43a9590e1fd964bd37cdcdf62b4d7f8a00b15 -r2973c5f790a5131e427bd5f73e2a620044199639 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision fae43a9590e1fd964bd37cdcdf62b4d7f8a00b15) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision 2973c5f790a5131e427bd5f73e2a620044199639) @@ -52,7 +52,7 @@ // Setup const string locationName = "locationName"; const string activityName = "GetActivityName"; - + var calculationMessageProviderMock = mockRepository.StrictMock(); calculationMessageProviderMock.Expect(calc => calc.GetActivityName(locationName)).Return(activityName); mockRepository.ReplayAll(); @@ -326,7 +326,7 @@ const int norm = 300; var activity = new WaveHeightCalculationActivity(hydraulicBoundaryLocation, validFilePath, - string.Empty, + string.Empty, norm, calculationMessageProviderMock); using (new WaveHeightCalculationServiceConfig())