diff --git a/test/python/apps/tezos_new.py b/test/python/apps/tezos_new.py index 71ad35aa..db9f0b85 100644 --- a/test/python/apps/tezos_new.py +++ b/test/python/apps/tezos_new.py @@ -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'") diff --git a/test/python/conftest.py b/test/python/conftest.py index 94c7ed30..3cbd7bc7 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -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",