Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs =================================================================== diff -u -rd79d565a3560a7314f2e1860db1c91481edac364 -r617e9d4ecc8ca783391a7483bbccc1f9fafb6dae --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision d79d565a3560a7314f2e1860db1c91481edac364) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision 617e9d4ecc8ca783391a7483bbccc1f9fafb6dae) @@ -548,7 +548,7 @@ Assert.IsFalse(calculation.Output.IsOvertoppingDominant); if (dikeHeightCalculationType != DikeHeightCalculationType.NoCalculation) { - SubCalculationAssessmentOutput dikeHeightAssessmentOutput = calculation.Output.DikeHeightAssessmentOutput; + HydraulicLoadsOutput dikeHeightAssessmentOutput = calculation.Output.DikeHeightAssessmentOutput; Assert.IsNotNull(dikeHeightAssessmentOutput); Assert.IsFalse(double.IsNaN(dikeHeightAssessmentOutput.Result));