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

Function test_revise_with_message

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

Source from the content-addressed store, hash-verified

924
925 #[test]
926 fn test_revise_with_message() {
927 let revise = Revise::new().with_message("New message");
928 assert_eq!(revise.message, Some("New message".to_string()));
929 }
930
931 #[test]
932 fn test_revise_with_reword() {

Callers

nothing calls this directly

Calls 1

with_messageMethod · 0.45

Tested by

no test coverage detected