From cd8f0c6fe958cd617197c28fd184c453048b780d Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 26 Sep 2025 00:02:39 -0400 Subject: [PATCH] do not test payout finalized for single trade test (#392) --- src/HavenoClient.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index 91f8ec61..42f9fa2e 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -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,