Skip to content

Commit f23c2dc

Browse files
committed
rename frontier var
1 parent 5253387 commit f23c2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/frontier/test_state_transition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def is_angry_mutant(test_case):
7777

7878

7979
# Run tests from ethereum/tests
80-
ethereum_state_test_cases = [
80+
ethereum_blockchain_test_cases = [
8181
pytest.param(tc, marks=pytest.mark.angry_mutant)
8282
if is_angry_mutant(tc)
8383
else tc
@@ -87,7 +87,7 @@ def is_angry_mutant(test_case):
8787

8888
@pytest.mark.parametrize(
8989
"test_case",
90-
ethereum_state_test_cases,
90+
ethereum_blockchain_test_cases,
9191
ids=idfn,
9292
)
9393
def test_ethereum_tests(test_case: Dict) -> None:

0 commit comments

Comments
 (0)