@@ -184,7 +184,6 @@ describe('Integration tests', function () {
184184 const completedTasks = taskIndex + 1 ;
185185 // Calculate expected frozen changes
186186 const expectedFrozenChanges = [
187- 0 , // Proxy
188187 - taskPrice * completedTasks , // Sponsor
189188 0 , // Requester
190189 - schedulerStakePerTask * completedTasks , // Scheduler
@@ -275,7 +274,6 @@ describe('Integration tests', function () {
275274 const completedTasks = taskIndex + 1 ;
276275 // Calculate expected frozen changes
277276 const expectedFrozenChanges = [
278- 0 , // Proxy
279277 - taskPrice * completedTasks , // Requester
280278 - schedulerStakePerTask * completedTasks , // Scheduler
281279 0 , // AppProvider
@@ -353,7 +351,6 @@ describe('Integration tests', function () {
353351 const completedTasks = taskIndex + 1 ;
354352 // Calculate expected frozen changes
355353 const expectedFrozenChanges = [
356- 0 , // Proxy
357354 - taskPrice * completedTasks , // Sponsor
358355 0 , // Requester
359356 - schedulerStakePerTask * completedTasks , // Scheduler
@@ -433,7 +430,6 @@ describe('Integration tests', function () {
433430 const completedTasks = taskIndex + 1 ;
434431 // Calculate expected frozen changes
435432 const expectedFrozenChanges = [
436- 0 , // Proxy
437433 - taskPrice * completedTasks , // Requester
438434 - schedulerStakePerTask * completedTasks , // Scheduler
439435 0 , // AppProvider
@@ -502,7 +498,6 @@ describe('Integration tests', function () {
502498 ) ;
503499 // Calculate expected frozen changes
504500 const expectedFrozenChanges = [
505- 0 , // Proxy
506501 - dealPrice , // Requester
507502 - schedulerStakePerTask , // Scheduler
508503 0 , // AppProvider
@@ -584,7 +579,6 @@ describe('Integration tests', function () {
584579 TaskStatusEnum . COMPLETED ,
585580 ) ;
586581 const expectedFrozenChanges = [
587- 0 ,
588582 - taskPrice ,
589583 - schedulerStakePerTask ,
590584 0 ,
@@ -707,7 +701,6 @@ describe('Integration tests', function () {
707701 expect ( ( await iexecPoco . viewTask ( taskId ) ) . status ) . to . equal ( TaskStatusEnum . COMPLETED ) ;
708702 // checks on frozen balance changes
709703 const expectedFrozenChanges = [
710- 0 ,
711704 - dealPrice ,
712705 - schedulerStakePerTask ,
713706 0 ,
0 commit comments