Skip to content

Commit 0ce54e7

Browse files
authored
Apply suggestions from code review
1 parent c62a60d commit 0ce54e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/prague/eip2537_bls_12_381_precompiles/test_bls12_g1msm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_valid(
4444
post: dict,
4545
tx: Transaction,
4646
):
47-
"""Test the BLS12_G1MSM precompile (valid)."""
47+
"""Test valid calls to the BLS12_G1MSM precompile."""
4848
state_test(
4949
env=Environment(),
5050
pre=pre,
@@ -106,7 +106,7 @@ def test_invalid(
106106
post: dict,
107107
tx: Transaction,
108108
):
109-
"""Test the BLS12_G1MSM precompile (invalid)."""
109+
"""Test invalid calls to the BLS12_G1MSM precompile."""
110110
state_test(
111111
env=Environment(),
112112
pre=pre,

0 commit comments

Comments
 (0)