This commit is contained in:
Barış Soner Uşaklı
2018-10-16 15:17:14 -04:00
parent 5dbc7f032a
commit f4df89fe90
3 changed files with 9 additions and 4 deletions

View File

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