fix(time): Fix another non-functional test for Timebase

This commit is contained in:
Karolin Varner
2025-04-09 08:39:10 +02:00
parent 070d299329
commit 4266cbfb72

View File

@@ -13,7 +13,7 @@ use std::time::Instant;
///
/// let timebase = Timebase::default();
/// let now = timebase.now();
/// assert!(now > 0.0);
/// assert!(now >= 0.0);
/// ```
#[derive(Clone, Debug)]