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

Function test_options_message

atomic-repository/src/record/tests.rs:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102
103#[test]
104fn test_options_message() {
105 let opts = RecordOptions::new().message("Test message");
106 assert_eq!(opts.get_message(), Some("Test message"));
107}
108
109#[test]
110fn test_options_apply_after_record() {

Callers

nothing calls this directly

Calls 1

messageMethod · 0.45

Tested by

no test coverage detected