()
| 325 | |
| 326 | #[test] |
| 327 | fn test_archive_error_display() { |
| 328 | let err = RepositoryError::Archive("too large".to_string()); |
| 329 | assert!(err.to_string().contains("too large")); |
| 330 | } |
| 331 | |
| 332 | #[test] |
| 333 | fn test_unrecord_error_display() { |
nothing calls this directly
no test coverage detected