Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Feb 23, 2025
1 parent d16c240 commit a68b2be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/functional/test_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,7 @@ def test_str_when_data_is_long_shows_first_4_bytes(vyper_contract_instance):
assert "data: 0x30783366..." in actual


def test_str_when_data_is_long_and_configured_full_calldata(
project, vyper_contract_instance
):
def test_str_when_data_is_long_and_configured_full_calldata(project, vyper_contract_instance):
txn = vyper_contract_instance.setNumber.as_transaction(123)
with project.temp_config(calldata_repr="full"):
actual = str(txn)
Expand Down

0 comments on commit a68b2be

Please sign in to comment.