From 74b734fd665bf7f3af1e0b4fb7456c5c8188926d Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 1 Sep 2019 09:54:19 +0200 Subject: [PATCH] tests: be consistent --- tests/device_tests/test_msg_cardano_get_address.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/device_tests/test_msg_cardano_get_address.py b/tests/device_tests/test_msg_cardano_get_address.py index e14d23c40..158f246f4 100644 --- a/tests/device_tests/test_msg_cardano_get_address.py +++ b/tests/device_tests/test_msg_cardano_get_address.py @@ -19,7 +19,7 @@ import pytest from trezorlib.cardano import get_address from trezorlib.tools import parse_path -from .common import TrezorTest +from .common import MNEMONIC12 @pytest.mark.altcoin @@ -42,7 +42,7 @@ from .common import TrezorTest ), ], ) -@pytest.mark.setup_client(mnemonic=TrezorTest.mnemonic12) +@pytest.mark.setup_client(mnemonic=MNEMONIC12) def test_cardano_get_address(client, path, expected_address): # data from https://iancoleman.io/bip39/#english