Skip to content

Commit

Permalink
test: 🦺 Updating memoTag for XRP and SOL
Browse files Browse the repository at this point in the history
  • Loading branch information
VicAlbr committed Nov 25, 2024
1 parent b679734 commit 03af805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const transactionE2E = [
xrayTicket: "B2CQA-2810",
},
{
transaction: new Transaction(Account.SOL_1, Account.SOL_2, "0.000001"),
transaction: new Transaction(Account.SOL_1, Account.SOL_2, "0.000001", undefined, "noTag"),
xrayTicket: "B2CQA-2811",
},
{
Expand All @@ -189,7 +189,7 @@ const transactionE2E = [
xrayTicket: "B2CQA-2815",
},
{
transaction: new Transaction(Account.XRP_1, Account.XRP_2, "0.0001"),
transaction: new Transaction(Account.XRP_1, Account.XRP_2, "0.0001", undefined, "noTag"),
xrayTicket: "B2CQA-2816",
},
];
Expand Down

0 comments on commit 03af805

Please sign in to comment.