mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-29 20:27:14 +00:00
Merge branch 'ef-tests' of github.com:sigp/lighthouse into ef-tests
This commit is contained in:
@@ -26,7 +26,7 @@ fn ssz() {
|
||||
let failures: Vec<(usize, &Result<_, _>)> = results
|
||||
.iter()
|
||||
.enumerate()
|
||||
.filter(|(_i, r)| r.is_ok())
|
||||
.filter(|(_i, r)| r.is_err())
|
||||
.collect();
|
||||
|
||||
if !failures.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user