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 90f317d commit 3e0c46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/protocol/FundsHandlerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6031,8 +6031,8 @@ describe("IBosonFundsHandler", function () {

// Available funds should be increased for
// buyer: 0
// seller: sellerDeposit + price - 2 * protocolFee - agentFee
// protocol: 2 * protocolFee (second is from commitToPriceDiscoveryOffer)
// seller: sellerDeposit + price - protocolFee - agentFee
// protocol: protocolFee
// agent: 0
expectedSellerAvailableFunds.funds.push(
new Funds(await mockToken.getAddress(), "Foreign20", BigInt(sellerPayoff) + BigInt(sellerPayoff2))
Expand Down

0 comments on commit 3e0c46c

Please sign in to comment.