mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 19:45:46 +02:00
remove unnecessary groups.resetCache calls
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user