From 9b944067630bb8d55d939b109653f49290fad00c Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Wed, 3 May 2017 19:32:42 -0700 Subject: [PATCH] Remove old comments --- test/server/graph/mutations/editComment.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/server/graph/mutations/editComment.js b/test/server/graph/mutations/editComment.js index 39256d17b..1375157ad 100644 --- a/test/server/graph/mutations/editComment.js +++ b/test/server/graph/mutations/editComment.js @@ -243,10 +243,5 @@ describe('graph.mutations.editComment', () => { expect(commentAfterEdit.body).to.equal(newBody); expect(commentAfterEdit.status).to.equal(afterEdit.status); }); - }); - - // user can't edit outside of edit window - - // should BANNED users be able to edit their comments? - + }); });