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

Function test_revise_with_message

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_messageMethod · 0.45

Tested by

no test coverage detected