Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfileTreeNodeInfoTest.cs =================================================================== diff -u -rc990bf404015584981f3ec1d22ecec12a7b037f3 -ra1bba29ba0d84061cca88da8324957087d564db9 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfileTreeNodeInfoTest.cs (.../ForeshoreProfileTreeNodeInfoTest.cs) (revision c990bf404015584981f3ec1d22ecec12a7b037f3) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfileTreeNodeInfoTest.cs (.../ForeshoreProfileTreeNodeInfoTest.cs) (revision a1bba29ba0d84061cca88da8324957087d564db9) @@ -779,7 +779,7 @@ using (var p = new RingtoetsPlugin()) { p.Gui = gui; - var i = p.GetTreeNodeInfos().First(tni => tni.TagType == typeof(ForeshoreProfile)); + TreeNodeInfo i = p.GetTreeNodeInfos().First(tni => tni.TagType == typeof(ForeshoreProfile)); // Call i.ContextMenuStrip(null, null, treeViewControl);