Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Feb 21, 2025
1 parent 1dc2f4d commit 387f891
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ async fn spam_statement_distribution_requests_test() -> Result<(), anyhow::Error
assert_para_throughput(
&relay_client,
10,
[(ParaId::from(2000), 18..12), (ParaId::from(2001), 8..12)]
.into_iter()
.collect(),
[(ParaId::from(2000), 8..12), (ParaId::from(2001), 8..12)].into_iter().collect(),
)
.await?;

Expand Down

0 comments on commit 387f891

Please sign in to comment.