mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Derive debug for some error enum
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
use super::Hash256;
|
use super::Hash256;
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum ParentHashesError {
|
pub enum ParentHashesError {
|
||||||
BadCurrentHashes,
|
BadCurrentHashes,
|
||||||
BadObliqueHashes,
|
BadObliqueHashes,
|
||||||
@@ -179,7 +180,6 @@ mod tests {
|
|||||||
attestation_slot,
|
attestation_slot,
|
||||||
¤t_hashes,
|
¤t_hashes,
|
||||||
&oblique_hashes);
|
&oblique_hashes);
|
||||||
assert!(result.is_ok());
|
|
||||||
let result = result.unwrap();
|
let result = result.unwrap();
|
||||||
assert_eq!(result.len(), cycle_length as usize);
|
assert_eq!(result.len(), cycle_length as usize);
|
||||||
let expected_result = get_range_of_hashes(7, 15);
|
let expected_result = get_range_of_hashes(7, 15);
|
||||||
|
|||||||
Reference in New Issue
Block a user