Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -red6b2e0af7afefaff90c52a3842a21e6078f0836 -re7238c36a2ce066d7dd6c1e5e195924f0ef96bc8 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision ed6b2e0af7afefaff90c52a3842a21e6078f0836) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision e7238c36a2ce066d7dd6c1e5e195924f0ef96bc8) @@ -226,8 +226,8 @@ using (var treeViewControl = new TreeViewControl()) { - gui.Stub(cmp => cmp.Get(groupContext, treeViewControl)).Return(menuBuilderMock); - gui.Stub(cmp => cmp.ViewCommands).Return(mocks.Stub()); + gui.Stub(g => g.Get(groupContext, treeViewControl)).Return(menuBuilderMock); + gui.Stub(g => g.ViewCommands).Return(mocks.Stub()); gui.Stub(g => g.MainWindow).Return(mocks.Stub()); mocks.ReplayAll();