remove unnecessary groups.resetCache calls

This commit is contained in:
Barış Soner Uşaklı
2018-09-30 13:42:33 -04:00
parent 061b279c48
commit 805da98a36
13 changed files with 4 additions and 17 deletions

View File

@@ -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);