mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
missing done
This commit is contained in:
@@ -114,6 +114,7 @@ describe('List methods', function() {
|
||||
db.getListRange('testList3', 0, -1, function(err, list) {
|
||||
assert.equal(list.length, 3, 'list length is not 3');
|
||||
assert.deepEqual(list, ['1', '2', '3'], 'list not properly trimmed');
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user