mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +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();
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user