()
| 530 | |
| 531 | #[test] |
| 532 | fn test_summary_empty() { |
| 533 | let status = empty_status(); |
| 534 | let summary = build_file_change_summary(&status, &[]); |
| 535 | assert_eq!(summary, ""); |
| 536 | } |
| 537 | |
| 538 | // build_turn_header tests |
| 539 |
nothing calls this directly
no test coverage detected