Skip to content

Commit 09970c2

Browse files
committed
Clean
1 parent 4ac18c5 commit 09970c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/201_fullchain-multi-orders.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('Integration tests', function () {
7676
}
7777

7878
/**
79-
* A test to run full workflow (matchOrder..finalize) with 2 orders having 2 different volumes
79+
* A test to run full workflow (matchOrders..finalize) with 2 orders having 2 different volumes
8080
* for the same workerpool and only 1 request order.
8181
*/
8282
it('[1] No sponsorship, no beneficiary, no callback, BoT, no replication, 2 workerpool orders', async function () {

test/utils/IexecWrapper.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ export class IexecWrapper {
154154
}
155155

156156
/**
157-
* Compute the amount of RLC tokens that all contributing workers receive
158-
* when a task is finalized.
157+
* Compute the amount of RLC tokens that are rewarded to workers when
158+
* a task is finalized.
159159
* @param dealId
160160
* @param mode
161161
* @returns
@@ -262,7 +262,6 @@ export class IexecWrapper {
262262
).toNumber();
263263
const dealId = getDealId(this.domain, requestOrder, taskIndex);
264264
const taskId = getTaskId(dealId, taskIndex);
265-
// const volume = Number(requestOrder.volume);
266265
const volume = (
267266
await IexecPocoAccessors__factory.connect(
268267
this.proxyAddress,

0 commit comments

Comments
 (0)