Group fixes

This commit is contained in:
Adhiraj
2020-07-12 14:13:33 +05:30
parent e8ec50488e
commit 7e9c9881d1
2 changed files with 5 additions and 4 deletions

View File

@@ -171,8 +171,8 @@ WAClientTest('Groups', (client) => {
await client.groupRemove(gid, [testJid])
})
it('should leave the group', async () => {
await client.groupLeave(gid)
await client.groupCreatorAndParticipants (gid)
// await client.groupLeave(gid)
await client.groupCreatorAndParticipants ('919324993767-1593506879@g.us')
})
it('should archive the group', async () => {
await client.archiveChat(gid)