MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_format_timestamp_relative_weeks

Function test_format_timestamp_relative_weeks

atomic-cli/src/commands/mod.rs:776–780  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

774
775 #[test]
776 fn test_format_timestamp_relative_weeks() {
777 let ts = Utc::now() - chrono::Duration::weeks(2);
778 let formatted = format_timestamp_relative(&ts);
779 assert!(formatted.contains("weeks ago"));
780 }
781
782 // -------------------------------------------------------------------------
783 // Size Formatting Tests

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected