()
| 113 | |
| 114 | #[test] |
| 115 | fn no_header_no_panic() { |
| 116 | let headers = HeaderMap::new(); |
| 117 | // Should not panic or print anything |
| 118 | check_min_version_header(&headers); |
| 119 | } |
| 120 | |
| 121 | #[test] |
| 122 | fn header_already_satisfied_no_warn() { |
nothing calls this directly
no test coverage detected