Skip to content

Commit 995d74b

Browse files
authored
refactor: remove redundant test vectors (#1733)
1 parent f2a1a16 commit 995d74b

File tree

17 files changed

+28
-29
lines changed

17 files changed

+28
-29
lines changed

bin/e2hs-writer/src/reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ mod tests {
371371

372372
let test_assets_dir =
373373
format!("../../portal-spec-tests/tests/mainnet/history/headers_with_proof/beacon_data/{block_number}");
374-
let state_path = format!("{test_assets_dir}/block_roots.ssz");
374+
let state_path = format!("{test_assets_dir}/beacon_state.ssz");
375375
let state_raw = std::fs::read(state_path).unwrap();
376376
let beacon_state = BeaconState::from_ssz_bytes(&state_raw, ForkName::Capella).unwrap();
377377
let beacon_state = beacon_state.as_capella().unwrap();
-81.5 KB
Binary file not shown.
Binary file not shown.
-155 KB
Binary file not shown.
Binary file not shown.
-191 KB
Binary file not shown.
Binary file not shown.
-169 KB
Binary file not shown.
Binary file not shown.
-157 KB
Binary file not shown.

0 commit comments

Comments
 (0)