Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs =================================================================== diff -u -re6d0e5ed5ca5c7ae5ad2ad1f54e868fcf7a0fd76 -r5169b12fc5f885c17e1c6eb6ae459c5d46adfb68 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision e6d0e5ed5ca5c7ae5ad2ad1f54e868fcf7a0fd76) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationActivityTest.cs (.../WaveHeightCalculationActivityTest.cs) (revision 5169b12fc5f885c17e1c6eb6ae459c5d46adfb68) @@ -101,14 +101,11 @@ public void ParameteredConstructor_CalculationServiceMessageProviderNull_ThrowsArgumentNullException() { // Call - TestDelegate call = () => - { - new WaveHeightCalculationActivity(new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()), - validFilePath, - validPreprocessorDirectory, - 1, - null); - }; + TestDelegate call = () => new WaveHeightCalculationActivity(new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()), + validFilePath, + validPreprocessorDirectory, + 1, + null); // Assert var exception = Assert.Throws(call);