mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
Minor formatting
This commit is contained in:
@@ -48,7 +48,6 @@ mod tests {
|
|||||||
genesis_beacon_block(state_root, &spec);
|
genesis_beacon_block(state_root, &spec);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests items that are 0 or zero_hash
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_zero_items() {
|
fn test_zero_items() {
|
||||||
let spec = ChainSpec::foundation();
|
let spec = ChainSpec::foundation();
|
||||||
@@ -63,7 +62,6 @@ mod tests {
|
|||||||
assert!(genesis_block.candidate_pow_receipt_root.is_zero()); // aka deposit_root
|
assert!(genesis_block.candidate_pow_receipt_root.is_zero()); // aka deposit_root
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests the BeaconBlockBody inside BeaconBlock
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_beacon_body() {
|
fn test_beacon_body() {
|
||||||
let spec = ChainSpec::foundation();
|
let spec = ChainSpec::foundation();
|
||||||
|
|||||||
Reference in New Issue
Block a user