Skip to content

Commit

Permalink
Update tests/unit/test_wallet_ethereum.py
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Desenfans <[email protected]>
  • Loading branch information
hoh and odesenfans authored Aug 22, 2023
1 parent aeec83a commit 91e78ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_wallet_ethereum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 91e78ea

Please sign in to comment.