do not test payout finalized for single trade test (#392)

This commit is contained in:
woodser 2025-09-26 00:02:39 -04:00 committed by GitHub
parent 4e28142500
commit cd8f0c6fe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,