diff --git a/tests/unit/test_wallet_ethereum.py b/tests/unit/test_wallet_ethereum.py index 0b1a8cab..495be8fa 100644 --- a/tests/unit/test_wallet_ethereum.py +++ b/tests/unit/test_wallet_ethereum.py @@ -18,7 +18,7 @@ class Message: @pytest.mark.ledger_hardware @pytest.mark.asyncio -async def test_LedgerETHAccount(): +async def test_ledger_eth_account(): account: LedgerETHAccount = get_fallback_account() address = account.get_address()