We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62a60d commit 0ce54e7Copy full SHA for 0ce54e7
tests/prague/eip2537_bls_12_381_precompiles/test_bls12_g1msm.py
@@ -44,7 +44,7 @@ def test_valid(
44
post: dict,
45
tx: Transaction,
46
):
47
- """Test the BLS12_G1MSM precompile (valid)."""
+ """Test valid calls to the BLS12_G1MSM precompile."""
48
state_test(
49
env=Environment(),
50
pre=pre,
@@ -106,7 +106,7 @@ def test_invalid(
106
107
108
109
- """Test the BLS12_G1MSM precompile (invalid)."""
+ """Test invalid calls to the BLS12_G1MSM precompile."""
110
111
112
0 commit comments