Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs =================================================================== diff -u -rcc39748cdc122bfcc9bfb27e6e1ac9b7c558b5bf -r7e5847c20d3ca698e55690d8abb6d3f9aaffd313 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision cc39748cdc122bfcc9bfb27e6e1ac9b7c558b5bf) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision 7e5847c20d3ca698e55690d8abb6d3f9aaffd313) @@ -203,7 +203,7 @@ } [Test] - public void Run_HydraulicLocationNonNaNWaveHeight_ValidationAndCalculationNotPerformedAndStateSkipped() + public void Run_HydraulicLocationWaveHeightSet_ValidationAndCalculationNotPerformedAndStateSkipped() { // Setup string validFilePath = Path.Combine(testDataPath, validFile); @@ -230,7 +230,7 @@ Action call = () => activity.Run(); // Assert - TestHelper.AssertLogMessagesCount(call, 2); + TestHelper.AssertLogMessagesCount(call, 0); Assert.AreEqual(ActivityState.Skipped, activity.State); mockRepository.VerifyAll(); }