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

Function test_provenance_has_timestamp

atomic-agent/src/record/tests.rs:714–721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

712
713#[test]
714fn test_provenance_has_timestamp() {
715 let session = make_session();
716 let event = make_event();
717 let options = make_options(&session, &event);
718
719 let prov = build_turn_provenance(&options);
720 assert!(prov.timestamp.is_some());
721}
722
723// build_turn_envelope tests
724

Callers

nothing calls this directly

Calls 4

make_eventFunction · 0.85
make_optionsFunction · 0.85
build_turn_provenanceFunction · 0.85
make_sessionFunction · 0.70

Tested by

no test coverage detected