Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/CommentContextTest.cs =================================================================== diff -u -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 -rb4e3629ea2130359117dd403af8db3c8ae0c680b --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/CommentContextTest.cs (.../CommentContextTest.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/CommentContextTest.cs (.../CommentContextTest.cs) (revision b4e3629ea2130359117dd403af8db3c8ae0c680b) @@ -32,7 +32,7 @@ public void Constructor_DefaultValues() { // Setup - var comment = new Commentable(); + var comment = new Comment(); // Call var context = new CommentContext(comment);