lint: Fix linting errors in api v2 tests

This commit is contained in:
Blade Barringer
2016-01-02 22:19:47 -06:00
parent ff1e5ef221
commit 116fffaf4f
23 changed files with 307 additions and 403 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ describe('POST /groups', () => {
});
it('prevents party creation if user is already in party', async () => {
let party = await generateGroup(leader, {
await generateGroup(leader, {
name: 'first party that user attempts to create',
type: 'party',
});