Skip to content

Commit

Permalink
Merge pull request #8470 from LedgerHQ/support/automation-fix-toolowq…
Browse files Browse the repository at this point in the history
…uotesammount

fix for test Swap too low quote amounts from coin1 to coin2
  • Loading branch information
ypolishchuk-ledger authored Nov 25, 2024
2 parents 7a610a3 + 6a351d5 commit 5d24338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ const tooLowAmountForQuoteSwaps = [
swap: new Swap(
Account.ETH_1,
Account.BTC_NATIVE_SEGWIT_1,
"0.005",
"0.001",
Fee.MEDIUM,
Provider.CHANGELLY,
Rate.FLOAT,
Expand Down

0 comments on commit 5d24338

Please sign in to comment.