refactor: remove unused

isekai-main
Barış Soner Uşaklı 3 years ago
parent 07e2741ea6
commit e3c0f0be0a

@ -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;

Loading…
Cancel
Save