()
| 284 | |
| 285 | #[test] |
| 286 | fn test_log_get_hash_length_full() { |
| 287 | let log = Log::new().with_full_hash(true); |
| 288 | assert_eq!(log.get_hash_length(), 52); |
| 289 | } |
| 290 | |
| 291 | #[test] |
| 292 | fn test_log_build_history_options_default() { |
nothing calls this directly
no test coverage detected