Skip to content

Commit

Permalink
Update test/beacon/Voucher.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zied Guesmi <[email protected]>
  • Loading branch information
gfournieriExec and zguesmi authored Jun 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent aabe6c3 commit f0d5306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/beacon/Voucher.test.ts
Original file line number Diff line number Diff line change
@@ -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());

0 comments on commit f0d5306

Please sign in to comment.