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,