mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
fixup! Disable use of system time in tests
This commit is contained in:
@@ -7,8 +7,8 @@ mod system_time_slot_clock;
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
pub use crate::manual_slot_clock::ManualSlotClock;
|
||||
pub use crate::manual_slot_clock::ManualSlotClock as TestingSlotClock;
|
||||
pub use crate::manual_slot_clock::ManualSlotClock;
|
||||
pub use crate::system_time_slot_clock::SystemTimeSlotClock;
|
||||
pub use metrics::scrape_for_metrics;
|
||||
use types::consts::merge::INTERVALS_PER_SLOT;
|
||||
|
||||
Reference in New Issue
Block a user