Skip to content

Commit

Permalink
Fix electra sanity testgen
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Sep 23, 2024
1 parent d14fb52 commit eaeb096
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.

This file was deleted.

3 changes: 2 additions & 1 deletion tests/generators/sanity/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
]}
deneb_mods = combine_mods(_new_deneb_mods, capella_mods)

_new_electra_mods = {key: 'eth2spec.test.electra.sanity.' + key for key in [
_new_electra_mods = {key: 'eth2spec.test.electra.sanity.test_' + key for key in [
'blocks',
'deposit_transition',
]}
electra_mods = combine_mods(_new_electra_mods, deneb_mods)

Expand Down

0 comments on commit eaeb096

Please sign in to comment.