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

Function test_duration_display_boundary_10s

atomic-agent/src/envelope.rs:925–930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

923
924 #[test]
925 fn test_duration_display_boundary_10s() {
926 let e = SessionEnvelope::builder("s", "a")
927 .turn_duration_ms(10_000)
928 .build();
929 assert_eq!(e.duration_display(), "10s");
930 }
931
932 // Display trait
933

Callers

nothing calls this directly

Calls 2

turn_duration_msMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected