mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 19:34:37 +00:00
Fix clippy errors on tests (#2160)
## Issue Addressed
There are some clippy error on tests.
## Proposed Changes
Enable clippy check on tests and fix the errors. 💪
This commit is contained in:
@@ -119,6 +119,7 @@ mod test {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::eq_op)]
|
||||
fn signing_root_partial_eq() {
|
||||
let h0 = SigningRoot(Hash256::zero());
|
||||
let h1 = SigningRoot(Hash256::repeat_byte(1));
|
||||
|
||||
Reference in New Issue
Block a user