[MIGRATION] - Fixed lint errors for empty function

This commit is contained in:
VitoAlbano
2024-08-05 23:06:04 +01:00
parent cf175c67b8
commit 1c339a926b
867 changed files with 2147 additions and 2153 deletions

View File

@@ -65,7 +65,7 @@ describe('Activiti Process Api', () => {
it('get activiti Process list', (done) => {
processMock.get200Response();
processInstancesApi.getProcessInstances({}).then((data) => {
processInstancesApi.getProcessInstances({ /* empty */ }).then((data) => {
assert.equal(data.data[0].name, 'Process Test Api - July 26th 2016');
assert.equal(data.data[1].name, 'Process Test Api - July 26th 2016');
done();