mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(ci): run check and clippy on tests and benches too (#4587)
This commit is contained in:
@ -772,10 +772,10 @@ mod tests {
|
||||
|
||||
let expected = blocks
|
||||
.iter()
|
||||
.cloned()
|
||||
// filter anything after the second missing range to ensure we don't expect trailing
|
||||
// `None`s
|
||||
.filter(|b| !second_missing_range.contains(&b.number))
|
||||
.cloned()
|
||||
.map(|b| {
|
||||
if first_missing_range.contains(&b.number) {
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user