From 50d0b2f5e6b55be1369cfa5b4369e7d6158f5d48 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Wed, 26 Jun 2024 11:01:10 -0700 Subject: [PATCH] correctly exclude light client struct from accessed files --- testing/ef_tests/check_all_files_accessed.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/ef_tests/check_all_files_accessed.py b/testing/ef_tests/check_all_files_accessed.py index 9be9d9dbed..d0a19699d5 100755 --- a/testing/ef_tests/check_all_files_accessed.py +++ b/testing/ef_tests/check_all_files_accessed.py @@ -45,9 +45,9 @@ excluded_paths = [ "tests/.*/whisk", "tests/.*/eip7594", # re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved - "tests/.*/.*/electra/ssz_static/LightClientUpdate", - "tests/.*/.*/electra/ssz_static/LightClientFinalityUpdate", - "tests/.*/.*/electra/ssz_static/LightClientBootstrap" + "tests/.*/electra/ssz_static/LightClientUpdate", + "tests/.*/electra/ssz_static/LightClientFinalityUpdate", + "tests/.*/electra/ssz_static/LightClientBootstrap" ]