Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Jan 15, 2025
1 parent fc07a7b commit 61c4b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/input_files/derive_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def pointer_to_str(blockIndex: int, txIndex: int, certificateIndex: int) -> str:
"m/1852'/1815'/0'/2/0",
"stake1uvwjy7h05jmhx9y3wzy94td6xz4txynuccgam0zfn800v8qqucf2t",
nano_nav_show=[NavInsID.BOTH_CLICK] + [NavInsID.RIGHT_CLICK] + [NavInsID.BOTH_CLICK] * 2),
DeriveAddressTestCase("reward path 3",
DeriveAddressTestCase("reward multidelegation usual",
Testnet,
AddressType.REWARD_KEY,
"",
Expand Down Expand Up @@ -360,7 +360,7 @@ def pointer_to_str(blockIndex: int, txIndex: int, certificateIndex: int) -> str:
"addr_test1zqfz49rtntfa9h0s98f6s28sg69weemgjhc4e8hm66d5yaad7dqp9clvjdu902n5app3d70rnkax3wjy8n78fz29uhfqzs7q26",
nav_inst_2,
[NavInsID.BOTH_CLICK] + [NavInsID.RIGHT_CLICK] + [NavInsID.BOTH_CLICK] * 2 + [NavInsID.RIGHT_CLICK] * 2 + [NavInsID.BOTH_CLICK] * 2),
DeriveAddressTestCase("base address scriptHash/scriptHash unusual account",
DeriveAddressTestCase("base address path/scriptHash unusual account",
Testnet,
AddressType.BASE_PAYMENT_KEY_STAKE_SCRIPT,
"m/1852'/1815'/101'/0/1",
Expand Down

0 comments on commit 61c4b6e

Please sign in to comment.