Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs =================================================================== diff -u -r2743056fbaf6cccf5e87f00396c4c32030424ddc -rd6acfb0dbc88df1eabcad6580dc614004dbfb456 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision 2743056fbaf6cccf5e87f00396c4c32030424ddc) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision d6acfb0dbc88df1eabcad6580dc614004dbfb456) @@ -1084,7 +1084,7 @@ failureMechanism.Contribution, validFile); } - catch (HydraRingFileParserException e) + catch (HydraRingFileParserException) { exceptionThrown = true; }