diff --git a/test/javascripts/models/category-test.js.es6 b/test/javascripts/models/category-test.js.es6 index dc179e7e2f6..7b6a8c3703a 100644 --- a/test/javascripts/models/category-test.js.es6 +++ b/test/javascripts/models/category-test.js.es6 @@ -129,7 +129,7 @@ test('postCountStats', function() { test('search', () => { const result = (term, opts) => { return Category.search(term, opts).map((category) => category.get('id')); - } + }; const store = createStore(), category1 = store.createRecord('category', { id: 1, name: 'middle term' }),