()
| 410 | |
| 411 | #[test] |
| 412 | fn test_archive_error_display() { |
| 413 | let err = RepositoryError::Archive("too large".to_string()); |
| 414 | assert!(err.to_string().contains("too large")); |
| 415 | } |
| 416 | |
| 417 | #[test] |
| 418 | fn test_unrecord_error_display() { |
nothing calls this directly
no test coverage detected