make tests great again
This commit is contained in:
@@ -116,7 +116,7 @@ describe('Groups', function () {
|
||||
it('can getWithMembers', async function () {
|
||||
const result = await groups.getWithMembers(group0Object.id);
|
||||
expect(result.name).to.be(group0Name);
|
||||
expect(result.userIds).to.eql([ admin.id, user.id ]);
|
||||
expect(result.userIds.sort()).to.eql([ admin.id, user.id ].sort());
|
||||
});
|
||||
|
||||
it('can set group membership', async function () {
|
||||
|
||||
Reference in New Issue
Block a user