mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Fix clippy
This commit is contained in:
@@ -865,7 +865,7 @@ mod test {
|
|||||||
let decoded_on_disk = IndexedAttestationOnDisk::from_ssz_bytes(&encoded).unwrap();
|
let decoded_on_disk = IndexedAttestationOnDisk::from_ssz_bytes(&encoded).unwrap();
|
||||||
assert_eq!(decoded_on_disk, on_disk);
|
assert_eq!(decoded_on_disk, on_disk);
|
||||||
|
|
||||||
let decoded = on_disk.into_indexed_attestation(&spec).unwrap();
|
let decoded = on_disk.into_indexed_attestation(spec).unwrap();
|
||||||
assert_eq!(decoded, fork_attestation);
|
assert_eq!(decoded, fork_attestation);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user