()
| 775 | |
| 776 | #[test] |
| 777 | fn test_stash_with_message() { |
| 778 | let cmd = Stash::new().with_message("WIP auth"); |
| 779 | assert_eq!(cmd.message, Some("WIP auth".to_string())); |
| 780 | } |
| 781 | |
| 782 | #[test] |
| 783 | fn test_stash_with_include_untracked() { |
nothing calls this directly
no test coverage detected