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