refactor: remove unused

This commit is contained in:
Barış Soner Uşaklı
2021-12-08 19:30:12 -05:00
parent 07e2741ea6
commit e3c0f0be0a

View File

@@ -1271,8 +1271,7 @@ describe('Groups', () => {
});
});
describe('admin api/socket methods', () => {
const socketGroups = require('../src/socket.io/admin/groups');
describe('api methods', () => {
const apiGroups = require('../src/api/groups');
it('should fail to create group with invalid data', async () => {
let err;