We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201e9f8 commit bb7693aCopy full SHA for bb7693a
tests/frontier/precompiles/test_precompile_absence.py
@@ -18,6 +18,7 @@
18
"calldata_size",
19
[
20
pytest.param(0, id="empty_calldata"),
21
+ pytest.param(31, id="31_bytes"),
22
pytest.param(32, id="32_bytes"),
23
],
24
)
0 commit comments