Added new SYSTEM_WITHHELD comment status

This commit is contained in:
Wyatt Johnson
2017-09-11 11:09:21 -06:00
parent ab1f1dee3e
commit 49f09b87a0
11 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ describe('graph.mutations.editComment', () => {
body: 'I have been edited to add a link: https://coralproject.net/'
},
afterEdit: {
status: 'PREMOD',
status: 'SYSTEM_WITHHELD',
},
},
].forEach(({description, settings, beforeEdit, edit, afterEdit, error}) => {