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 committed May 23, 2024
1 parent 4cbb277 commit b46cc43
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 @@ -6363,7 +6363,7 @@ describe("IBosonFundsHandler", function () {

// Available funds should be increased for
// buyer: 0
// seller: sellerDeposit + price - 2 * protocol fee; note that seller has sellerDeposit in availableFunds from before
// seller: sellerDeposit + price - protocol fee; note that seller has sellerDeposit in availableFunds from before
// protocol: protocolFee
// agent: 0
expectedSellerAvailableFunds.funds[0] = new Funds(
Expand Down

0 comments on commit b46cc43

Please sign in to comment.