From 91efa60b55adca94f75028d806157994b2b41fbb Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Mon, 5 Dec 2016 14:20:47 -0500 Subject: [PATCH] Fixed linting error --- tests/routes/api/comments/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/routes/api/comments/index.js b/tests/routes/api/comments/index.js index 612c299a5..bf7a06ff6 100644 --- a/tests/routes/api/comments/index.js +++ b/tests/routes/api/comments/index.js @@ -19,7 +19,7 @@ const settings = {id: '1', moderation: 'pre'}; describe('/api/v1/comments', () => { - describe.only('#get', () => { + describe('#get', () => { const comments = [{ body: 'comment 10', asset_id: 'asset',