Skip to content

Commit

Permalink
Merge pull request #6732 from alyokaz/fix-failing-takebuybtcoffertest
Browse files Browse the repository at this point in the history
Fix failing TakeBuyBTCOfferTest
  • Loading branch information
alejandrogarcia83 committed Jul 6, 2023
2 parents a3da020 + d2f9172 commit ff44e18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public void testTakeAlicesBuyOffer(final TestInfo testInfo) {
PaymentAccount alicesUsdAccount = createDummyF2FAccount(aliceClient, "US");
var alicesOffer = aliceClient.createMarketBasedPricedOffer(BUY.name(),
USD,
12_500_000L,
12_500_000L, // min-amount = amount
10_000_000L,
10_000_000L, // min-amount = amount
0.00,
defaultBuyerSecurityDepositPct.get(),
alicesUsdAccount.getId(),
Expand Down

0 comments on commit ff44e18

Please sign in to comment.