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

Function test_get_message_original

atomic-cli/src/commands/revise.rs:1014–1018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1012
1013 #[test]
1014 fn test_get_message_original() {
1015 let revise = Revise::new().with_no_edit(true);
1016 let msg = revise.get_message("Original message").unwrap();
1017 assert_eq!(msg, "Original message");
1018 }
1019
1020 #[test]
1021 fn test_get_message_reword_no_edit() {

Callers

nothing calls this directly

Calls 3

with_no_editMethod · 0.80
unwrapMethod · 0.45
get_messageMethod · 0.45

Tested by

no test coverage detected