We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09128c5 commit 25a3c6fCopy full SHA for 25a3c6f
tests/unit/test_chain_ethereum.py
@@ -40,7 +40,7 @@ async def test_ETHAccount(ethereum_account):
40
assert len(address) == 42
41
42
pubkey = account.get_public_key()
43
- assert isinstance(pubkey, bytes)
+ assert isinstance(pubkey, str)
44
assert len(pubkey) == 68
45
46
0 commit comments