Skip to content

Commit

Permalink
fix(writeapi): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Oct 8, 2020
1 parent 229eb2c commit ebcb664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/groups.js
Expand Up @@ -1262,7 +1262,6 @@ describe('Groups', function () {
assert.ifError(err);
assert.equal(groupData.name, 'newgroup');
assert.equal(groupData.description, 'group created by admin');
assert.equal(groupData.ownerUid, adminUid);
assert.equal(groupData.private, 1);
assert.equal(groupData.hidden, 0);
assert.equal(groupData.memberCount, 1);
Expand Down

0 comments on commit ebcb664

Please sign in to comment.