fixup! Disable use of system time in tests

This commit is contained in:
Emilia Hane
2023-02-14 15:04:50 +01:00
parent 9e4abc79fb
commit 13efd47238
6 changed files with 19 additions and 20 deletions

View File

@@ -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;