()
| 1941 | |
| 1942 | #[test] |
| 1943 | fn prune_cache_entries_handles_missing_cache() { |
| 1944 | let log = Logger::new(); |
| 1945 | prune_old_cache_entries(&log, "/nonexistent/path/that/does/not/exist", 30); |
| 1946 | } |
| 1947 | } |
| 1948 | |
| 1949 | pub fn format_one_arg(string: &str, arg1: &str) -> String { |
nothing calls this directly
no test coverage detected