Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 18, 2024
1 parent a9e122c commit f363c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_return_value(connected_provider, contract_instance, owner):
def test_return_value_tx_with_subcalls(connected_provider, contract_a, owner):
tx = contract_a.methodWithoutArguments(sender=owner)
actual = tx.return_value
expected = HexBytes('0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc')
expected = HexBytes("0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc")
assert actual == expected


Expand Down

0 comments on commit f363c0c

Please sign in to comment.