mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 11:06:40 +02:00
remove unnecessary groups.resetCache calls
This commit is contained in:
@@ -14,7 +14,6 @@ describe('Groups', function () {
|
||||
var adminUid;
|
||||
var testUid;
|
||||
before(function (done) {
|
||||
Groups.resetCache();
|
||||
async.series([
|
||||
function (next) {
|
||||
// Create a group to play around with
|
||||
|
||||
Reference in New Issue
Block a user