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

@@ -18,7 +18,6 @@ describe('Notifications', function () {
var notification;
before(function (done) {
groups.resetCache();
user.create({ username: 'poster' }, function (err, _uid) {
if (err) {
return done(err);