mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-01 10:01:12 +01:00
test
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user