()
| 230 | |
| 231 | #[test] |
| 232 | fn test_change_cmd_with_format() { |
| 233 | let cmd = ChangeCmd::new().with_format(ChangeFormat::Json); |
| 234 | assert_eq!(cmd.format, ChangeFormat::Json); |
| 235 | } |
| 236 | |
| 237 | #[test] |
| 238 | fn test_change_cmd_with_show_deps() { |
nothing calls this directly
no test coverage detected