Improved send time test.

This commit is contained in:
Jeff Baskin 2025-04-10 13:50:57 -04:00
parent 0bdcfce685
commit 56e0719556

View File

@ -78,7 +78,7 @@ mod clocks {
); );
assert!( assert!(
msg2.get_data("time").unwrap().to_datetime().unwrap() msg2.get_data("time").unwrap().to_datetime().unwrap()
> msg1.get_data("time").unwrap().to_datetime().unwrap(), >= msg1.get_data("time").unwrap().to_datetime().unwrap() + SLEEP_FOR,
"shoould present the latest time" "shoould present the latest time"
); );
} }