Skip to content

Commit

Permalink
Update test/protocol/FundsHandlerTest.js
Browse files Browse the repository at this point in the history
Co-authored-by: Klemen <64400885+zajck@users.noreply.github.com>
  • Loading branch information
albertfolch-redeemeum and zajck authored May 23, 2024
1 parent a8ed847 commit b70fadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protocol/FundsHandlerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6734,7 +6734,7 @@ describe("IBosonFundsHandler", function () {
// expected payoffs
// buyer: (price + sellerDeposit + buyerEscalationDeposit)*buyerPercentage
buyerPayoff =
((BigInt(offerPriceDiscovery.price) + BigInt(offerPriceDiscovery.sellerDeposit)) *
((BigInt(order.price) + BigInt(offerPriceDiscovery.sellerDeposit)) *
BigInt(buyerPercentBasisPoints)) /
10000n;

Expand Down

0 comments on commit b70fadb

Please sign in to comment.