diff --git a/test/javascripts/acceptance/search-mobile-test.js.es6 b/test/javascripts/acceptance/search-mobile-test.js.es6 index ba4460a9bc..98e7c020db 100644 --- a/test/javascripts/acceptance/search-mobile-test.js.es6 +++ b/test/javascripts/acceptance/search-mobile-test.js.es6 @@ -26,5 +26,9 @@ QUnit.test("search", async assert => { "posts", "it does not reset input when hitting search icon again" ); - assert.equal($(document).scrollTop(), 0, "it scrolls back to top of document"); + assert.equal( + $(document).scrollTop(), + 0, + "it scrolls back to top of document" + ); });