File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ describe('Integration tests', function () {
311311 // Finalize each task and check balance changes.
312312 for ( let taskIndex = 0 ; taskIndex < volume ; taskIndex ++ ) {
313313 const taskId = await iexecWrapper . initializeTask ( dealId , taskIndex ) ;
314- const { workerStakePerTask } = await iexecWrapper . contributeTeeToTask (
314+ const { workerStakePerTask } = await iexecWrapper . contributeToTeeTask (
315315 dealId ,
316316 taskIndex ,
317317 callbackResultDigest ,
@@ -389,7 +389,7 @@ describe('Integration tests', function () {
389389 // Finalize each task and check balance changes.
390390 for ( let taskIndex = 0 ; taskIndex < volume ; taskIndex ++ ) {
391391 const taskId = await iexecWrapper . initializeTask ( dealId , taskIndex ) ;
392- const { workerStakePerTask } = await iexecWrapper . contributeTeeToTask (
392+ const { workerStakePerTask } = await iexecWrapper . contributeToTeeTask (
393393 dealId ,
394394 taskIndex ,
395395 callbackResultDigest ,
@@ -463,7 +463,7 @@ describe('Integration tests', function () {
463463 const accountsInitialFrozens = await getInitialFrozens ( accounts ) ;
464464 const taskIndex = 0 ;
465465 const taskId = await iexecWrapper . initializeTask ( dealId , taskIndex ) ;
466- const { workerStakePerTask } = await iexecWrapper . contributeTeeToTask (
466+ const { workerStakePerTask } = await iexecWrapper . contributeToTeeTask (
467467 dealId ,
468468 taskIndex ,
469469 resultDigest ,
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ export class IexecWrapper {
379379 * @param resultDigest hash of the result
380380 * @returns id of the task
381381 */
382- async contributeTeeToTask (
382+ async contributeToTeeTask (
383383 dealId : string ,
384384 taskIndex : number ,
385385 resultDigest : string ,
You can’t perform that action at this time.
0 commit comments