From d20bd20005dface4b3d58126edf90ea9774011d4 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 8 Sep 2017 15:46:04 -0600 Subject: [PATCH] linting --- test/server/services/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/server/services/comments.js b/test/server/services/comments.js index 2be05f87c..77711d321 100644 --- a/test/server/services/comments.js +++ b/test/server/services/comments.js @@ -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!',