()
| 376 | |
| 377 | #[test] |
| 378 | fn test_archive_error_display() { |
| 379 | let err = RepositoryError::Archive("too large".to_string()); |
| 380 | assert!(err.to_string().contains("too large")); |
| 381 | } |
| 382 | |
| 383 | #[test] |
| 384 | fn test_unrecord_error_display() { |
nothing calls this directly
no test coverage detected