()
| 394 | |
| 395 | #[test] |
| 396 | fn test_archive_error_display() { |
| 397 | let err = RepositoryError::Archive("too large".to_string()); |
| 398 | assert!(err.to_string().contains("too large")); |
| 399 | } |
| 400 | |
| 401 | #[test] |
| 402 | fn test_unrecord_error_display() { |
nothing calls this directly
no test coverage detected