This commit is contained in:
Wyatt Johnson
2017-09-08 15:46:04 -06:00
parent ce3e29813b
commit d20bd20005
+1 -1
View File
@@ -145,7 +145,7 @@ describe('services.CommentsService', () => {
});
});
describe.only('#edit', () => {
describe('#edit', () => {
it('changes the comment status back to premod if it was accepted', async () => {
const originalComment = await CommentsService.publicCreate({
body: 'this is a body!',