Rename TestDecode to YamlDecode

This commit is contained in:
Paul Hauner
2019-05-15 11:12:49 +10:00
parent 9f42d4d764
commit b7a8613444
8 changed files with 27 additions and 24 deletions

View File

@@ -47,7 +47,6 @@ mod ssz_static {
}
#[test]
#[ignore]
fn minimal_nil() {
TestDoc::assert_tests_pass(ssz_generic_file("core/ssz_minimal_nil.yaml"));
}