()
| 332 | |
| 333 | #[test] |
| 334 | fn test_archive_error_display() { |
| 335 | let err = RepositoryError::Archive("too large".to_string()); |
| 336 | assert!(err.to_string().contains("too large")); |
| 337 | } |
| 338 | |
| 339 | #[test] |
| 340 | fn test_unrecord_error_display() { |
nothing calls this directly
no test coverage detected