Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Jul 17, 2024
1 parent a757d27 commit c2f5436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/parameters/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ benchmarks! {

change_signers_info {
let origin = T::UpdateOrigin::try_successful_origin().unwrap();
let signer_info = SignersSize { total_signers: TOTAL_SIGNERS, threshold: SIGNER_THRESHOLD };
let signer_info = SignersSize { total_signers: 5, threshold: 3 };
}: {
assert_ok!(
<Parameters<T>>::change_signers_info(origin, signer_info.total_signers, signer_info.threshold)
Expand Down

0 comments on commit c2f5436

Please sign in to comment.