Skip to content

Commit 25a3c6f

Browse files
committed
fix flake8 problems
1 parent 09128c5 commit 25a3c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_chain_ethereum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async def test_ETHAccount(ethereum_account):
4040
assert len(address) == 42
4141

4242
pubkey = account.get_public_key()
43-
assert isinstance(pubkey, bytes)
43+
assert isinstance(pubkey, str)
4444
assert len(pubkey) == 68
4545

4646

0 commit comments

Comments
 (0)