Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
reverts num max voters tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gpestana committed Feb 14, 2023
1 parent 46697cc commit 0b4a52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/elections/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ mod tests {

parameter_types! {
pub const ElectionsPalletId: LockIdentifier = *b"phrelect";
pub const MaxVoters: u32 = 128;
pub const MaxVoters: u32 = 512;
pub const MaxCandidates: u32 = 64;
}

Expand Down

0 comments on commit 0b4a52d

Please sign in to comment.