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 1038faf commit a862142
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 @@ -6627,7 +6627,7 @@ describe("IBosonFundsHandler", function () {
// buyer: 0
buyerPayoff = 0;

sellerPayoff = BigInt(offerPriceDiscovery.price) - BigInt(offerTokenProtocolFee);
sellerPayoff = BigInt(order.price) - BigInt(priceDiscoveryProtocolFee);

sellerPayoff2 = BigInt(offerPriceDiscovery.sellerDeposit) - BigInt(offerTokenProtocolFee);

Expand Down

0 comments on commit a862142

Please sign in to comment.