Skip to content

Commit

Permalink
marcin suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1729 committed Jan 28, 2025
1 parent f1ac86f commit 65211ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/src/test/performance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async fn one_validator_is_dead() -> anyhow::Result<()> {
.await
.unwrap();

assert!(scores.points.into_iter().sum::<u16>() >= 100);
assert!(scores.points.into_iter().any(|p| p >= 100));

Ok(())
}
Expand Down

0 comments on commit 65211ba

Please sign in to comment.