mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
closes #6840
This commit is contained in:
@@ -173,8 +173,8 @@ function setupMockDefaults(callback) {
|
||||
function (next) {
|
||||
var groups = require('../../src/groups');
|
||||
groups.resetCache();
|
||||
var posts = require('../../src/posts/cache');
|
||||
posts.cache.reset();
|
||||
var postCache = require('../../src/posts/cache');
|
||||
postCache.reset();
|
||||
next();
|
||||
},
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user