Remove old comments

This commit is contained in:
Benjamin Goering
2017-05-03 19:32:42 -07:00
parent 9b659b024e
commit 9b94406763
+1 -6
View File
@@ -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?
});
});