Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsFailureMechanismSectionResultContextTreeNodeInfoTest.cs =================================================================== diff -u -rf2f7d22ee59276f5df1f83fd409899bd895ea163 -r6ce3cfa19ef59b12462bae4a77e9a7ee5a05e28c --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsFailureMechanismSectionResultContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultContextTreeNodeInfoTest.cs) (revision f2f7d22ee59276f5df1f83fd409899bd895ea163) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsFailureMechanismSectionResultContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultContextTreeNodeInfoTest.cs) (revision 6ce3cfa19ef59b12462bae4a77e9a7ee5a05e28c) @@ -110,12 +110,12 @@ using (var treeViewControl = new TreeViewControl()) { - var guiMock = mocks.Stub(); - guiMock.Stub(g => g.Get(null, treeViewControl)).Return(menuBuilderMock); + var gui = mocks.Stub(); + gui.Stub(g => g.Get(null, treeViewControl)).Return(menuBuilderMock); mocks.ReplayAll(); - plugin.Gui = guiMock; + plugin.Gui = gui; // Call info.ContextMenuStrip(null, null, treeViewControl);