Skip to content

Commit

Permalink
fix(tests): EIP-7702: test id
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Oct 24, 2024
1 parent f729ff5 commit 17db052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prague/eip7702_set_code_tx/test_set_code_txs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ def test_set_code_using_valid_synthetic_signatures(
pytest.param(2**8, 1, 1, id="v=2**8"),
pytest.param(1, 2**256, 1, id="r=2**256"),
pytest.param(1, 1, 2**256, id="s=2**256"),
pytest.param(2**8, 2**256, 2**256, id="v=r=s=2**256"),
pytest.param(2**8, 2**256, 2**256, id="v=2**8,r=s=2**256"),
],
)
def test_invalid_tx_invalid_auth_signature(
Expand Down

0 comments on commit 17db052

Please sign in to comment.