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

Function test_record_empty_message

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

Source from the content-addressed store, hash-verified

524
525 #[test]
526 fn test_record_empty_message() {
527 let record = Record::new().with_message("");
528 assert_eq!(record.message, Some("".to_string()));
529 }
530
531 #[test]
532 fn test_record_unicode_message() {

Callers

nothing calls this directly

Calls 1

with_messageMethod · 0.45

Tested by

no test coverage detected