Skip to content

Commit 17db052

Browse files
committed
fix(tests): EIP-7702: test id
1 parent f729ff5 commit 17db052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prague/eip7702_set_code_tx/test_set_code_txs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ def test_set_code_using_valid_synthetic_signatures(
21332133
pytest.param(2**8, 1, 1, id="v=2**8"),
21342134
pytest.param(1, 2**256, 1, id="r=2**256"),
21352135
pytest.param(1, 1, 2**256, id="s=2**256"),
2136-
pytest.param(2**8, 2**256, 2**256, id="v=r=s=2**256"),
2136+
pytest.param(2**8, 2**256, 2**256, id="v=2**8,r=s=2**256"),
21372137
],
21382138
)
21392139
def test_invalid_tx_invalid_auth_signature(

0 commit comments

Comments
 (0)