Pass case_index through Case trait

This commit is contained in:
Paul Hauner
2019-05-22 18:13:22 +10:00
parent b2666d700c
commit 14d879d75f
11 changed files with 20 additions and 14 deletions

View File

@@ -52,11 +52,12 @@ fn ssz_static() {
}
#[test]
#[cfg(feature = "fake_crypto")]
#[cfg(not(feature = "fake_crypto"))]
fn operations_deposit() {
yaml_files_in_test_dir(&Path::new("operations").join("deposit"))
// .into_par_iter()
.into_iter()
.rev()
.for_each(|file| {
Doc::assert_tests_pass(file);
});