Skip to content

Commit

Permalink
refactor: Print prettier message when JS fails
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Feb 19, 2020
1 parent cfb8200 commit 9c57877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_ethers_fuzzing.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ def test_compatibility(seed, language):
['ethers-cli', '-m', mnemonic, '-l', language],
capture_output=True,
)
assert not ethers_cli.stderr, ethers_cli.stderr
ethers_address = ethers_cli.stdout.decode("utf-8").strip()
assert acct.address == ethers_address

0 comments on commit 9c57877

Please sign in to comment.