1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

tests: enable Stellar tests for T1

This commit is contained in:
Pavol Rusnak 2018-10-23 14:13:55 +02:00
parent 7e9501e816
commit 45265cdcb7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ from .conftest import TREZOR_VERSION
@pytest.mark.stellar
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="Stellar currently disabled on T1")
class TestMsgStellarGetAddress(TrezorTest):
def test_stellar_get_address(self):
self.setup_mnemonic_nopin_nopassphrase()

View File

@ -58,7 +58,6 @@ from .conftest import TREZOR_VERSION
@pytest.mark.stellar
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="Stellar currently disabled on T1")
class TestMsgStellarSignTransaction(TrezorTest):
ADDRESS_N = parse_path(stellar.DEFAULT_BIP32_PATH)