Skip to content

Commit

Permalink
Fix typo in tests/signers.py (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSachinK authored Jul 7, 2022
1 parent d3ee30b commit 4e2b42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/signers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class MockSigner():
Sending multiple transactions
>>> await signer.send_transaction(
>>> await signer.send_transactions(
account, [
(contract_address, 'contract_method', [arg_1]),
(contract_address, 'another_method', [arg_1, arg_2])
Expand Down

0 comments on commit 4e2b42d

Please sign in to comment.