lint: Use eslint --fix to automatically fix some issues in api v2 tests
This commit is contained in:
@@ -113,7 +113,7 @@ describe('POST /groups', () => {
|
||||
let guild = await leader.post('/groups', {
|
||||
type: 'guild',
|
||||
privacy: 'public',
|
||||
})
|
||||
});
|
||||
|
||||
expect(guild.leader).to.eql(leader._id);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user