Skip to content

Commit

Permalink
Merge branch 'feature/clean-todos' of https://github.com/iExecBlockch…
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Jun 3, 2024
2 parents 3325c0a + b3b7608 commit a912ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/beacon/Voucher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('Voucher', function () {
await iexecPocoInstance
.transfer(await voucherHub.getAddress(), initVoucherHubBalance)
.then((tx) => tx.wait());
// Create one voucherAsOwner.
// Create one voucher.
await voucherHubAsAssetEligibilityManager.createVoucherType(description, duration);
voucherAddress = await voucherHubAsVoucherCreationManager
.createVoucher(voucherOwner1, voucherType, voucherValue)
Expand Down Expand Up @@ -680,7 +680,7 @@ describe('Voucher', function () {
await addEligibleAssets([app, dataset]); // workerpool not eligible.
const dealNonSponsoredAmount = workerpoolPrice * volume;
const taskNonSponsoredAmount = dealNonSponsoredAmount / volume;
// Deposit non-sponsored amount for requester and approve voucherAsOwner.
// Deposit non-sponsored amount for requester and approve voucher.
await iexecPocoInstance
.transfer(requester, dealNonSponsoredAmount)
.then((tx) => tx.wait());
Expand Down Expand Up @@ -750,7 +750,7 @@ describe('Voucher', function () {

async function runTest(matchOrdersBoostOrClassic: any, claimBoostOrClassic: any) {
// Assets are not eligible.
// Deposit dealPrice amount for requester and approve voucherAsOwner.
// Deposit dealPrice amount for requester and approve voucher.
await iexecPocoInstance
.transfer(requester, dealPrice)
.then((tx) => tx.wait())
Expand Down

0 comments on commit a912ea4

Please sign in to comment.