diff --git a/lighthouse/state/block/validation/tests.rs b/lighthouse/state/block/validation/tests.rs index 03eaf982e..670c45703 100644 --- a/lighthouse/state/block/validation/tests.rs +++ b/lighthouse/state/block/validation/tests.rs @@ -152,7 +152,7 @@ fn test_block_validation() { slot: attestation_slot, shard_id: shard, oblique_parent_hashes: vec![], - shard_block_hash: Hash256::from("shardhash".as_bytes()), + shard_block_hash, attester_bitfield, justified_slot, justified_block_hash,