Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs =================================================================== diff -u -re8b8711d2a50bc82b5a3820171ada00bde2482bf -r8cb270db5fbcb82f19d6f3a390f083e9e0516d8c --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision e8b8711d2a50bc82b5a3820171ada00bde2482bf) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/GrassCoverErosionInwardsCalculationServiceTest.cs (.../GrassCoverErosionInwardsCalculationServiceTest.cs) (revision 8cb270db5fbcb82f19d6f3a390f083e9e0516d8c) @@ -548,10 +548,10 @@ Assert.IsFalse(calculation.Output.IsOvertoppingDominant); if (dikeHeightCalculationType != DikeHeightCalculationType.NoCalculation) { - DikeHeightAssessmentOutput dikeHeightAssessmentOutput = calculation.Output.DikeHeightAssessmentOutput; + SubCalculationAssessmentOutput dikeHeightAssessmentOutput = calculation.Output.DikeHeightAssessmentOutput; Assert.IsNotNull(dikeHeightAssessmentOutput); - Assert.IsFalse(double.IsNaN(dikeHeightAssessmentOutput.DikeHeight)); + Assert.IsFalse(double.IsNaN(dikeHeightAssessmentOutput.Result)); Assert.IsFalse(double.IsNaN(dikeHeightAssessmentOutput.TargetProbability)); Assert.IsFalse(double.IsNaN(dikeHeightAssessmentOutput.TargetReliability)); Assert.IsFalse(double.IsNaN(dikeHeightAssessmentOutput.CalculatedProbability));