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

Function test_record_with_message

atomic-cli/src/commands/record/tests.rs:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110 #[test]
111 fn test_record_with_message() {
112 let record = Record::new().with_message("Test message");
113 assert_eq!(record.message, Some("Test message".to_string()));
114 }
115
116 #[test]
117 fn test_record_with_all() {

Callers

nothing calls this directly

Calls 1

with_messageMethod · 0.45

Tested by

no test coverage detected