Skip to content

Commit ce08703

Browse files
committed
tests: don't skip 'ConstantinopleFix' fixtures.
1 parent 186df0a commit ce08703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/json-fixtures-over-rpc/test_rpc_fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ async def validate_uncles(rpc, block_fixture, at_block):
394394
@pytest.fixture
395395
def chain_fixture(fixture_data):
396396
fixture = load_fixture(*fixture_data)
397-
if fixture['network'] == 'ConstantinopleFix':
398-
pytest.skip('Petersburg VM rules not yet supported')
397+
if fixture['network'] == 'Istanbul':
398+
pytest.skip('Istanbul VM rules not yet supported')
399399
return fixture
400400

401401

0 commit comments

Comments
 (0)