Skip to content

Commit 617abb0

Browse files
committed
remove split_slot
1 parent f97f50b commit 617abb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3571,7 +3571,6 @@ fn check_split_slot(
35713571
/// Check that all the states in a chain dump have the correct tree hash.
35723572
fn check_chain_dump(harness: &TestHarness, expected_len: u64) {
35733573
let mut chain_dump = harness.chain.chain_dump().unwrap();
3574-
let split_slot = harness.chain.store.get_split_slot();
35753574

35763575
assert_eq!(chain_dump.len() as u64, expected_len);
35773576

0 commit comments

Comments
 (0)