fix: folder auto

This commit is contained in:
Agnish Ghosh 2024-06-07 13:32:04 +05:30
parent 6f87a30d33
commit 869f41b9d9
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 1 additions and 5 deletions

View File

@ -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):