Remove old tests

This commit is contained in:
Age Manning 2019-03-26 11:33:24 +11:00
parent ca1eaf0b53
commit 33d0f29221
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93

View File

@ -91,6 +91,7 @@ impl From<EpochDutiesMapError> for Error {
} }
} }
/* TODO: Modify tests for new Duties Manager form
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::test_node::TestBeaconNode; use super::test_node::TestBeaconNode;
@ -104,6 +105,7 @@ mod tests {
// //
// These tests should serve as a good example for future tests. // These tests should serve as a good example for future tests.
#[test] #[test]
pub fn polling() { pub fn polling() {
let spec = Arc::new(ChainSpec::foundation()); let spec = Arc::new(ChainSpec::foundation());
@ -154,3 +156,4 @@ mod tests {
); );
} }
} }
*/