mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
more auth tests
This commit is contained in:
@@ -1384,7 +1384,7 @@ describe('User', function () {
|
||||
done();
|
||||
});
|
||||
|
||||
it('should send digetst', function (done) {
|
||||
it('should send digest', function (done) {
|
||||
db.sortedSetAdd('digest:day:uids', [Date.now(), Date.now()], [1, 2], function (err) {
|
||||
assert.ifError(err);
|
||||
User.digest.execute('day', function (err) {
|
||||
|
||||
Reference in New Issue
Block a user