Skip to content

Commit

Permalink
fix wrong assert
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Aug 12, 2023
1 parent 1329ce4 commit d09b85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_chain_ethereum.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def test_ETHAccount(ethereum_account):
assert len(address) == 42

pubkey = account.get_public_key()
assert isinstance(pubkey, bytes)
assert isinstance(pubkey, str)
assert len(pubkey) == 68


Expand Down

0 comments on commit d09b85b

Please sign in to comment.