Skip to content

Commit

Permalink
fix unitests
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Sep 4, 2023
1 parent 50fab7b commit 6136fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/pooled-staking/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ impl pallet_pooled_staking::Config for Runtime {
// low value so we can test vec bounding, in practice it should be bigger
type EligibleCandidatesBufferSize = ConstU32<3>;
type EligibleCandidatesFilter = Everything;
type WeightInfo = ();
}

pub trait PoolExt<T: crate::Config>: Pool<T> {
Expand Down

0 comments on commit 6136fbb

Please sign in to comment.