From 869f41b9d92a98df2f0195698e6c059f839eb625 Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Fri, 7 Jun 2024 13:32:04 +0530 Subject: [PATCH] fix: folder auto --- tests/consensus_spec/test_fixture_networking.nim | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/consensus_spec/test_fixture_networking.nim b/tests/consensus_spec/test_fixture_networking.nim index 4a56df2ef..bd82e728d 100644 --- a/tests/consensus_spec/test_fixture_networking.nim +++ b/tests/consensus_spec/test_fixture_networking.nim @@ -71,12 +71,8 @@ proc runGetCustodyColumns(suiteName, path: string) = check column == uint64(reslt[count]) count = count + 1 -from std/algorithm import sorted - -var suiteName = "EF - EIP7594" - suite "EF - EIP7594 - Networking" & preset(): - const presetPath = SszTestsDir/"minimal" + const presetPath = SszTestsDir/const_preset let basePath = presetPath/"eip7594"/"networking"/"get_custody_columns"/"pyspec_tests" for kind, path in walkDir(basePath, relative = true, checkDir = true):