Update test_generators/ssz/main.py
Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
parent
5e902b448a
commit
dba7a1890b
|
@ -30,6 +30,7 @@ def ssz_wrong_uint_suite(configs_path: str) -> gen_typing.TestSuiteOutput:
|
|||
handler="uint",
|
||||
test_cases=generate_uint_wrong_length_test_cases()))
|
||||
|
||||
|
||||
def ssz_uint_bounds_suite(configs_path: str) -> gen_typing.TestSuiteOutput:
|
||||
return ("uint_bounds", "uint", gen_suite.render_suite(
|
||||
title="UInt Bounds",
|
||||
|
|
Loading…
Reference in New Issue