Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/Views/DuneLocationsViewTest.cs =================================================================== diff -u -r48689b27509dfee0fa27cbeee4a8f9c7d4043a34 -rdc532d6d17803dd8d323f7aa1f9fc95c691ae64e --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/Views/DuneLocationsViewTest.cs (.../DuneLocationsViewTest.cs) (revision 48689b27509dfee0fa27cbeee4a8f9c7d4043a34) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/Views/DuneLocationsViewTest.cs (.../DuneLocationsViewTest.cs) (revision dc532d6d17803dd8d323f7aa1f9fc95c691ae64e) @@ -271,7 +271,7 @@ // Assert var selection = view.Selection as DuneLocationCalculation; - var dataBoundItem = selectedLocationRow.DataBoundItem as DuneLocationRow; + var dataBoundItem = selectedLocationRow.DataBoundItem as DuneLocationCalculationRow; Assert.NotNull(selection); Assert.NotNull(dataBoundItem);