mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 12:18:28 +02:00
remove unnecessary groups.resetCache calls
This commit is contained in:
@@ -30,7 +30,6 @@ describe('Post\'s', function () {
|
||||
var cid;
|
||||
|
||||
before(function (done) {
|
||||
groups.resetCache();
|
||||
async.series({
|
||||
voterUid: function (next) {
|
||||
user.create({ username: 'upvoter' }, next);
|
||||
|
||||
Reference in New Issue
Block a user