Fixed eslint errors already on develop (#14518)

pull/13872/head
Pierre H. Lehnen 7 years ago committed by Guilherme Gazzo
parent 788f4e9e39
commit da5a1caec7
  1. 1
      tests/end-to-end/api/02-channels.js
  2. 1
      tests/end-to-end/api/03-groups.js

@ -43,7 +43,6 @@ describe('[Channels]', function() {
channel._id = res.body.channel._id;
})
.end(done);
});
describe('[/channels.info]', () => {

@ -362,7 +362,6 @@ describe('[Groups]', function() {
})
.end(done);
});
});
describe('/groups.setTopic', () => {

Loading…
Cancel
Save