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

Commit

Permalink
adjust on_disabled type
Browse files Browse the repository at this point in the history
  • Loading branch information
apopiak committed Oct 13, 2021
1 parent efd4079 commit eebadf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/collator-selection/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl pallet_session::SessionHandler<u64> for TestSessionHandler {
SessionHandlerCollators::set(keys.into_iter().map(|(a, _)| *a).collect::<Vec<_>>())
}
fn on_before_session_ending() {}
fn on_disabled(_: u32) {}
fn on_disabled(_: usize) {}
}

parameter_types! {
Expand Down

0 comments on commit eebadf0

Please sign in to comment.