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 May 27, 2024
1 parent 58169a0 commit 7947a19
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
Expand Up @@ -369,7 +369,7 @@ describe('Voucher', function () {
workerpoolprice: workerpoolPrice,
};
const requestOrder = { ...mockOrder, requester: requester.address };
const dealPricNoDataset = BigInt(appPrice + workerpoolPrice) * BigInt(volume);
const dealPriceNoDataset = BigInt(appPrice + workerpoolPrice) * BigInt(volume);

await addEligibleAssets([app, dataset, workerpool]);
const voucherInitialCreditBalance = await voucher.getBalance();
Expand Down

0 comments on commit 7947a19

Please sign in to comment.