Minor formatting
This commit is contained in:
parent
0e3d0848ac
commit
dc5986b8c0
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user