fix attestation service tests (#1167)

This commit is contained in:
realbigsean
2020-05-21 22:09:22 -04:00
committed by GitHub
parent d79e07902e
commit ea56dcb179
2 changed files with 40 additions and 15 deletions

View File

@@ -17,8 +17,7 @@ use std::task::{Context, Poll};
use std::time::{Duration, Instant};
use types::{Attestation, EthSpec, Slot, SubnetId};
//TODO: Removed attestation subnet tests until they become deterministic
//mod tests;
mod tests;
/// The minimum number of slots ahead that we attempt to discover peers for a subscription. If the
/// slot is less than this number, skip the peer discovery process.