change "an user" to "a user" in comments and text (no code changes) (#7257)
This commit is contained in:
@@ -316,7 +316,7 @@ describe('Post /groups/:groupId/invite', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('allow inviting an user to a party if he\'s partying solo', async () => {
|
||||
it('allow inviting a user to a party if he\'s partying solo', async () => {
|
||||
let userToInvite = await generateUser();
|
||||
await userToInvite.post('/groups', { // add user to a party
|
||||
name: 'Another Test Party',
|
||||
|
||||
Reference in New Issue
Block a user