EIP712 tests - Renamed -test.json files into -data.json
This commit is contained in:
@@ -19,7 +19,7 @@ bip32 = [
|
||||
def input_files() -> List[str]:
|
||||
files = []
|
||||
for file in os.scandir("./eip712/input_files"):
|
||||
if fnmatch.fnmatch(file, "*-test.json"):
|
||||
if fnmatch.fnmatch(file, "*-data.json"):
|
||||
files.append(file.path)
|
||||
return sorted(files)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user