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

Function test_header_has_message

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

Source from the content-addressed store, hash-verified

539
540#[test]
541fn test_header_has_message() {
542 let session = make_session();
543 let event = make_event();
544 let options = make_options(&session, &event);
545
546 let status = empty_status();
547 let header = build_turn_header(&options, &status, &no_untracked());
548 assert_eq!(header.message, "Fix the authentication bug in login.rs");
549}
550
551#[test]
552fn test_header_has_author() {

Callers

nothing calls this directly

Calls 6

make_eventFunction · 0.85
make_optionsFunction · 0.85
empty_statusFunction · 0.85
build_turn_headerFunction · 0.85
no_untrackedFunction · 0.85
make_sessionFunction · 0.70

Tested by

no test coverage detected