Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfilesContextTreeNodeInfoTest.cs =================================================================== diff -u -r91ff3f5d204bd88b21e62d553cfd867f1843859e -r6ea2281c03c04dfbfaa7742d533fc1f88b96f59c --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfilesContextTreeNodeInfoTest.cs (.../ForeshoreProfilesContextTreeNodeInfoTest.cs) (revision 91ff3f5d204bd88b21e62d553cfd867f1843859e) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfilesContextTreeNodeInfoTest.cs (.../ForeshoreProfilesContextTreeNodeInfoTest.cs) (revision 6ea2281c03c04dfbfaa7742d533fc1f88b96f59c) @@ -198,6 +198,7 @@ using (mocks.Ordered()) { contextMenuBuilder.Expect(b => b.AddImportItem()).Return(contextMenuBuilder); + contextMenuBuilder.Expect(b => b.AddUpdateItem()).Return(contextMenuBuilder); contextMenuBuilder.Expect(b => b.AddSeparator()).Return(contextMenuBuilder); contextMenuBuilder.Expect(b => b.AddCollapseAllItem()).Return(contextMenuBuilder); contextMenuBuilder.Expect(b => b.AddExpandAllItem()).Return(contextMenuBuilder);