From 91e78ea86ac1268ac3aa30de5bc24f63394c202d Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Tue, 22 Aug 2023 17:46:37 +0200 Subject: [PATCH] Update tests/unit/test_wallet_ethereum.py Co-authored-by: Olivier Desenfans --- tests/unit/test_wallet_ethereum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()