Skip to content

Commit

Permalink
fix lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 20, 2023
1 parent d1f575c commit 0a1dfe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/parser/functions/test_abi_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def abi_decode(x: Bytes[96]) -> Bytes[21]:
assert_tx_failed(lambda: c.abi_decode(abi.encode("(bytes)", (b"a" * 22,))))



@pytest.mark.parametrize(
"output_typ,input_",
[
Expand Down

0 comments on commit 0a1dfe1

Please sign in to comment.