()
| 1162 | |
| 1163 | #[test] |
| 1164 | fn test_file_diff_debug() { |
| 1165 | let diff = FileDiff::modified("test.rs"); |
| 1166 | let debug = format!("{:?}", diff); |
| 1167 | assert!(debug.contains("FileDiff")); |
| 1168 | } |
| 1169 | |
| 1170 | #[test] |
| 1171 | fn test_file_change_status_debug() { |
nothing calls this directly
no test coverage detected