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 16c29c4 commit 2096879
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 @@ -6987,7 +6987,7 @@ describe("IBosonFundsHandler", function () {
beforeEach(async function () {
// expected payoffs
// buyer: price + buyerEscalationDeposit
buyerPayoff = (BigInt(offerPriceDiscovery.price) + BigInt(buyerEscalationDeposit)).toString();
buyerPayoff = (BigInt(order.price) + BigInt(buyerEscalationDeposit)).toString();

Check failure on line 6990 in test/protocol/FundsHandlerTest.js

View workflow job for this annotation

GitHub Actions / setup

'order' is not defined

// seller: sellerDeposit
sellerPayoff = offerPriceDiscovery.sellerDeposit;
Expand Down

0 comments on commit 2096879

Please sign in to comment.