Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed Nov 8, 2024
1 parent 213743d commit 377e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/byContract/IexecAccessors/IexecAccessors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('IexecAccessors', async () => {

const unsetTaskId = getTaskId(dealId, 0);
const activeTaskId = await iexecWrapper.initializeTask(dealId, 1);
const revealingTaskId = await iexecWrapper
const { taskId: revealingTaskId } = await iexecWrapper
.initializeTask(dealId, 2)
.then(() => iexecWrapper.contributeToTask(dealId, 2, resultDigest, worker1));

Expand Down

0 comments on commit 377e871

Please sign in to comment.