Skip to content

Commit

Permalink
Fix networking generator modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Dec 3, 2024
1 parent eb7518a commit 91bf029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/generators/networking/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

if __name__ == "__main__":
eip7594_mods = {key: 'eth2spec.test.eip7594.networking.test_' + key for key in [
'compute_columns_for_custody_group',
'get_custody_groups',
'get_custody_columns',
]}
all_mods = {
EIP7594: eip7594_mods
Expand Down

0 comments on commit 91bf029

Please sign in to comment.