This commit is contained in:
Barış Soner Uşaklı
2015-05-26 15:48:27 -04:00
parent 03bc317065
commit 82350dc967

View File

@@ -34,7 +34,7 @@ describe('Groups', function() {
describe('.list()', function() {
it('should list the groups present', function(done) {
Groups.list({}, function(err, groups) {
Groups.list(0, 0, -1, function(err, groups) {
if (err) return done(err);
assert.equal(groups.length, 1);