Remove old tests

This commit is contained in:
Age Manning
2019-03-26 11:33:24 +11:00
parent ca1eaf0b53
commit 33d0f29221

View File

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