Skip to content

Commit

Permalink
flake8 pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bargst committed Jun 12, 2018
1 parent 6212a87 commit f15ad1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/test_ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_list():
assert accounts_4p1 == accounts_10[4:8]
assert accounts_10 == (accounts_4p0 + accounts_4p1 + accounts_4p2[:2])


def test_sign_transaction(transaction, tx_hash, acct):
expected_sender = ledger.address
signed = ledger.signTransaction(transaction)
Expand Down

0 comments on commit f15ad1a

Please sign in to comment.