Minor formatting

This commit is contained in:
Kirk Baird 2019-01-18 09:20:28 +11:00
parent 0e3d0848ac
commit dc5986b8c0
No known key found for this signature in database
GPG Key ID: BF864B7ED0BEA33F

View File

@ -48,7 +48,6 @@ mod tests {
genesis_beacon_block(state_root, &spec);
}
// Tests items that are 0 or zero_hash
#[test]
fn test_zero_items() {
let spec = ChainSpec::foundation();
@ -63,7 +62,6 @@ mod tests {
assert!(genesis_block.candidate_pow_receipt_root.is_zero()); // aka deposit_root
}
// Tests the BeaconBlockBody inside BeaconBlock
#[test]
fn test_beacon_body() {
let spec = ChainSpec::foundation();