Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/CommentContextTreeNodeInfoTest.cs =================================================================== diff -u -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 -rb4e3629ea2130359117dd403af8db3c8ae0c680b --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/CommentContextTreeNodeInfoTest.cs (.../CommentContextTreeNodeInfoTest.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/CommentContextTreeNodeInfoTest.cs (.../CommentContextTreeNodeInfoTest.cs) (revision b4e3629ea2130359117dd403af8db3c8ae0c680b) @@ -79,7 +79,7 @@ public void Text_Always_ReturnsName() { // Setup - var comment = new Commentable(); + var comment = new Comment(); using (var plugin = new RingtoetsPlugin()) { @@ -99,7 +99,7 @@ public void Image_Always_ReturnsSetImage() { // Setup - var comment = new Commentable(); + var comment = new Comment(); using (var plugin = new RingtoetsPlugin()) {