This commit is contained in:
barisusakli
2015-06-02 17:12:46 -04:00
parent 64ec397101
commit 0feb11f205

View File

@@ -37,7 +37,7 @@ describe('Groups', function() {
Groups.getGroupsFromSet('groups:createtime', 0, 0, -1, function(err, groups) {
if (err) return done(err);
assert.equal(groups.length, 2);
assert.equal(groups.length, 3);
done();
});
});