Remove scrap test

This commit is contained in:
Paul Hauner 2018-07-20 17:49:25 +10:00
parent c2c456201f
commit 56734aff72
2 changed files with 1 additions and 7 deletions

View File

@ -43,6 +43,7 @@ pub fn compute_new_active_state(
&parent_block_rlp.to_vec(),
&block.attestation_aggregate_sig);
// TODO: bls verify signature here.
let (partial_crosslinks, ffg_voter_bitfield, total_new_voters) =

View File

@ -1,7 +0,0 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}