Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/ReferenceLineMetaSelectionDialogTest.cs =================================================================== diff -u -r47134c6560c0c969c184ab3bd3157fb06fb4d120 -rfa549c7fd21c78644a152a1bd2993f1750cff80f --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision 47134c6560c0c969c184ab3bd3157fb06fb4d120) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision fa549c7fd21c78644a152a1bd2993f1750cff80f) @@ -118,7 +118,7 @@ var assessmentIdValuesInGrid = new List(); for (var i = 0; i < dataGridView.Rows.Count; i++) { - var currentIdValue = dataGridView[0, i].FormattedValue; + object currentIdValue = dataGridView[0, i].FormattedValue; if (currentIdValue != null) { assessmentIdValuesInGrid.Add(currentIdValue.ToString());