mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
Fix many "duplicate key" errors
- Reset defaults after every test - Remove individual `after(db.emptydb)` calls - Fix async.every in groups test - Update plugin list in socket tests
This commit is contained in:
@@ -902,8 +902,4 @@ describe('Sorted Set methods', function () {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
after(function (done) {
|
||||
db.emptydb(done);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user