Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs =================================================================== diff -u -rf6b0f29c37bc58e3833c68bbd5b6bae6ddf90d5c -rda7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs) (revision f6b0f29c37bc58e3833c68bbd5b6bae6ddf90d5c) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs) (revision da7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7) @@ -347,7 +347,7 @@ private static void SetHydraulicBoundaryLocationCalculationOutput(IEnumerable calculations) { - calculations.First().Output = new TestHydraulicBoundaryLocationOutput(); + calculations.First().Output = new TestHydraulicBoundaryLocationCalculationOutput(); } private static GrassCoverErosionOutwardsWaveConditionsCalculation CreateCalculationWithoutOutput()