Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs =================================================================== diff -u -r12fa48e392e145311f2f6fe5822a8692594aaf0f -r874233bdb7814bef40b639e0fb4d26a0b86616a0 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision 12fa48e392e145311f2f6fe5822a8692594aaf0f) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision 874233bdb7814bef40b639e0fb4d26a0b86616a0) @@ -880,7 +880,7 @@ failureMechanism.Contribution, validFile); } - catch (HydraRingFileParserException e) + catch (HydraRingCalculationException e) { exceptionThrown = true; exceptionMessage = e.Message;