Skip to content

Commit

Permalink
src/blockchain_test: Fix tox 'invalid block tests'.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Sep 18, 2023
1 parent 2b4bdda commit a05a177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ethereum_test_tools/spec/blockchain_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def make_block(
FixtureBlock(
rlp=rlp,
block_number=Number(header.number),
expected_exception=block.exception,
)
if not self.base_test_config.enable_hive
else (
Expand Down

0 comments on commit a05a177

Please sign in to comment.