mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-11-30 19:16:38 -05:00
do not test payout finalized for single trade test (#392)
This commit is contained in:
parent
4e28142500
commit
cd8f0c6fe9
1 changed files with 0 additions and 1 deletions
|
|
@ -1925,7 +1925,6 @@ test("Can complete a trade within a range and without a buyer deposit (Test, CI)
|
|||
offerAmount: offerAmount,
|
||||
offerMinAmount: offerMinAmount,
|
||||
tradeAmount: getRandomBigIntWithinRange(offerMinAmount, offerAmount),
|
||||
testPayoutFinalized: true, // override to test unlock
|
||||
makerPaymentAccountId: makerPaymentAccount.getId(),
|
||||
takerPaymentAccountId: takerPaymentAccount.getId(),
|
||||
assetCode: assetCode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue