Skip to content

Commit

Permalink
fix(specs): tox
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Sep 30, 2024
1 parent 1da5c9a commit d7ad4f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ethereum_test_specs/tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,9 @@ def test_fill_blockchain_invalid_txs(fork: Fork, check_hive: bool, expected_json
)

t8n = ExecutionSpecsTransitionTool()
fixture_format = BlockchainEngineFixture if check_hive else BlockchainFixture # type: ignore
fixture_format: FixtureFormat = (
BlockchainEngineFixture if check_hive else BlockchainFixture # type: ignore
)
generated_fixture = BlockchainTest(
pre=pre,
post=post,
Expand Down

0 comments on commit d7ad4f8

Please sign in to comment.