Fix networking generator modules

This commit is contained in:
Justin Traglia 2024-12-03 15:52:13 -06:00
parent eb7518a627
commit 91bf0290de
No known key found for this signature in database
GPG Key ID: F099C9CD25DF82A1

View File

@ -5,8 +5,7 @@ from eth2spec.gen_helpers.gen_from_tests.gen import run_state_test_generators, c
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