diff --git a/test/beacon/Voucher.test.ts b/test/beacon/Voucher.test.ts index f56ec87..26f6a77 100644 --- a/test/beacon/Voucher.test.ts +++ b/test/beacon/Voucher.test.ts @@ -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());