Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs =================================================================== diff -u -ra1bba29ba0d84061cca88da8324957087d564db9 -r9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision a1bba29ba0d84061cca88da8324957087d564db9) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision 9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4) @@ -243,7 +243,7 @@ string validFilePath = Path.Combine(testDataPath, validFile); const double norm = 1.0 / 30; - var expectedWaveHeight = 3.5; + const double expectedWaveHeight = 3.5; var activity = new WaveHeightCalculationActivity(hydraulicBoundaryLocation, validFilePath, @@ -271,7 +271,7 @@ { // Setup const string locationName = "locationName"; - var calculationFailedMessage = "Something went wrong"; + const string calculationFailedMessage = "Something went wrong"; var calculationMessageProviderMock = mockRepository.Stub(); calculationMessageProviderMock.Stub(calc => calc.GetActivityName(locationName)).Return(string.Empty); @@ -365,7 +365,7 @@ { // Setup const string locationName = "locationName 1"; - var calculationFailedMessage = "Something went wrong"; + const string calculationFailedMessage = "Something went wrong"; var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(0, locationName, 0, 0) { WaveHeightOutput = new HydraulicBoundaryLocationOutput(double.NaN, double.NaN,