Skip to content

Commit

Permalink
Do not run tezos_legacy tests
Browse files Browse the repository at this point in the history
Since the two applications have identical names
  • Loading branch information
spalmer25 committed Sep 25, 2023
1 parent 2deb869 commit 06f6db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/python/apps/tezos_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ragger.utils import create_currency_config, RAPDU


NTZ_CONF = create_currency_config("NTZ", "New Tezos Wallet", ("TZ", 6))
NTZ_CONF = create_currency_config("NTZ", "Tezos Wallet", ("TZ", 6))

NTZ_PACKED_DERIVATION_PATH = pack_derivation_path("m/44'/1729'/0'")

Expand Down
3 changes: 1 addition & 2 deletions test/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"bitcoin_legacy": "Bitcoin Legacy",
"ethereum": "Ethereum",
"ethereum_classic": "Ethereum Classic",
"tezos_legacy": "Tezos Wallet",
"tezos_new": "New Tezos Wallet",
"tezos_new": "Tezos Wallet",
"xrp": "XRP",
"litecoin": "Litecoin",
"stellar": "Stellar",
Expand Down

0 comments on commit 06f6db5

Please sign in to comment.