From b45fa811b4faee21dc9b4ac68b50edaa4fba0050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 2 Jun 2015 16:33:56 -0400 Subject: [PATCH] renamed .list to .getGroupsFromSet --- tests/groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/groups.js b/tests/groups.js index b9a0c15c33..d16050f408 100644 --- a/tests/groups.js +++ b/tests/groups.js @@ -34,7 +34,7 @@ describe('Groups', function() { describe('.list()', function() { it('should list the groups present', function(done) { - Groups.list(0, 0, -1, function(err, groups) { + Groups.getGroupsFromSet('groups:createtime', 0, 0, -1, function(err, groups) { if (err) return done(err); assert.equal(groups.length, 2);