mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Fix failing TakeBuyBTCOfferTest
Fix failing test by setting amount and minAmount to the maxTradeLimit for fiat accounts (0.1 BTC)
This commit is contained in:
parent
c8c256f958
commit
d2f9172a50
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ public class TakeBuyBTCOfferTest extends AbstractTradeTest {
|
||||||
PaymentAccount alicesUsdAccount = createDummyF2FAccount(aliceClient, "US");
|
PaymentAccount alicesUsdAccount = createDummyF2FAccount(aliceClient, "US");
|
||||||
var alicesOffer = aliceClient.createMarketBasedPricedOffer(BUY.name(),
|
var alicesOffer = aliceClient.createMarketBasedPricedOffer(BUY.name(),
|
||||||
USD,
|
USD,
|
||||||
12_500_000L,
|
10_000_000L,
|
||||||
12_500_000L, // min-amount = amount
|
10_000_000L, // min-amount = amount
|
||||||
0.00,
|
0.00,
|
||||||
defaultBuyerSecurityDepositPct.get(),
|
defaultBuyerSecurityDepositPct.get(),
|
||||||
alicesUsdAccount.getId(),
|
alicesUsdAccount.getId(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue