()
| 218 | |
| 219 | #[test] |
| 220 | fn unknown_code_falls_back() { |
| 221 | assert_eq!(map_err_msg(999_999), "Internal Server Error"); |
| 222 | } |
| 223 | |
| 224 | #[test] |
| 225 | fn is_code_err_recognizes_registered_codes() { |
nothing calls this directly
no outgoing calls
no test coverage detected