Skip to content

Commit adc0388

Browse files
committed
tests: don't skip fixtures for network 'Constantinople'.
1 parent fca5195 commit adc0388

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
@@ -376,8 +376,8 @@ async def validate_uncles(rpc, block_fixture, at_block):
376376
@pytest.fixture
377377
def chain_fixture(fixture_data):
378378
fixture = load_fixture(*fixture_data)
379-
if fixture['network'] == 'Constantinople':
380-
pytest.skip('Constantinople VM rules not yet supported')
379+
if fixture['network'] == 'ConstantinopleFix':
380+
pytest.skip('Petersburg VM rules not yet supported')
381381
return fixture
382382

383383

0 commit comments

Comments
 (0)