mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
fix(time): Fix another non-functional test for Timebase
This commit is contained in:
@@ -13,7 +13,7 @@ use std::time::Instant;
|
|||||||
///
|
///
|
||||||
/// let timebase = Timebase::default();
|
/// let timebase = Timebase::default();
|
||||||
/// let now = timebase.now();
|
/// let now = timebase.now();
|
||||||
/// assert!(now > 0.0);
|
/// assert!(now >= 0.0);
|
||||||
/// ```
|
/// ```
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|||||||
Reference in New Issue
Block a user