mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-06 11:02:20 +00:00
Remove old tests
This commit is contained in:
parent
ca1eaf0b53
commit
33d0f29221
@ -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 {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user