Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/CommentContextTreeNodeInfoTest.cs =================================================================== diff -u -rc9396d0af18873fda14c7e486decbfca7d4e8b21 -r6fefc4422dcc5076f0ff430f73d829a6670f0285 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/CommentContextTreeNodeInfoTest.cs (.../CommentContextTreeNodeInfoTest.cs) (revision c9396d0af18873fda14c7e486decbfca7d4e8b21) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/CommentContextTreeNodeInfoTest.cs (.../CommentContextTreeNodeInfoTest.cs) (revision 6fefc4422dcc5076f0ff430f73d829a6670f0285) @@ -149,7 +149,7 @@ mocks.VerifyAll(); } - private TreeNodeInfo GetInfo(Core.Common.Gui.Plugin.GuiPlugin gui) + private TreeNodeInfo GetInfo(Core.Common.Gui.Plugin.PluginBase gui) { return gui.GetTreeNodeInfos().First(tni => tni.TagType == typeof(CommentContext)); }