Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsDesignWaterLevelLocationsViewTest.cs =================================================================== diff -u -ra2ec0ef5dc52d01dc15b281ab5c9c46542e83006 -r298af52e9de68d5beed50a88ec11be5bce1fc783 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsDesignWaterLevelLocationsViewTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationsViewTest.cs) (revision a2ec0ef5dc52d01dc15b281ab5c9c46542e83006) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsDesignWaterLevelLocationsViewTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationsViewTest.cs) (revision 298af52e9de68d5beed50a88ec11be5bce1fc783) @@ -79,7 +79,7 @@ using (var view = new GrassCoverErosionOutwardsDesignWaterLevelLocationsView()) { // Assert - Assert.IsInstanceOf>(view); + Assert.IsInstanceOf(view); Assert.IsNull(view.Data); } } @@ -107,7 +107,7 @@ // Assert var selection = view.Selection as GrassCoverErosionOutwardsDesignWaterLevelLocationContext; - var dataBoundItem = selectedLocationRow.DataBoundItem as DesignWaterLevelLocationRow; + var dataBoundItem = selectedLocationRow.DataBoundItem as HydraulicBoundaryLocationRow; Assert.NotNull(selection); Assert.NotNull(dataBoundItem);