From ff27c68760ef2f3513eb4e4c59d88d9664771004 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 31 Mar 2018 17:42:59 -0700 Subject: [PATCH] fix lint --- tests/spec/017-compose-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/017-compose-reply.js b/tests/spec/017-compose-reply.js index c2b5ea5f..c842da75 100644 --- a/tests/spec/017-compose-reply.js +++ b/tests/spec/017-compose-reply.js @@ -1,7 +1,7 @@ import { composeInput, getNthComposeReplyInput, getNthPostPrivacyButton, getNthReplyButton, - getNthStatus, getUrl, goBack, homeNavButton, notificationsNavButton + getNthStatus, getUrl, homeNavButton, notificationsNavButton } from '../utils' import { foobarRole } from '../roles'