mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
Add untested ssz_static test impl
This commit is contained in:
@@ -18,7 +18,7 @@ fn load_test_case<T: DeserializeOwned>(test_name: &str) -> TestDoc<T> {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn ssz() {
|
||||
fn ssz_generic() {
|
||||
let doc: TestDoc<SszGeneric> = load_test_case("ssz_generic/uint/uint_bounds.yaml");
|
||||
|
||||
let results = doc.test();
|
||||
|
||||
Reference in New Issue
Block a user