Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
re-gius committed Dec 11, 2024
1 parent 87e0e46 commit 473e0ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ benchmarks! {
// in this setup we have a single `ForInvalid` dispute
// submitted for a past session
report_dispute_lost {
let _n in 4..T::MaxValidatorsCount::get();
let _n = T::MaxValidatorsCount::get();
}: {
let result = Ok();
let result = Ok(());
assert!(result.is_ok());
}
}

0 comments on commit 473e0ff

Please sign in to comment.