diff --git a/pallets/collator-selection/src/mock.rs b/pallets/collator-selection/src/mock.rs index a296e68a4ef..8220bd34ac3 100644 --- a/pallets/collator-selection/src/mock.rs +++ b/pallets/collator-selection/src/mock.rs @@ -161,7 +161,7 @@ impl pallet_session::SessionHandler for TestSessionHandler { SessionHandlerCollators::set(keys.into_iter().map(|(a, _)| *a).collect::>()) } fn on_before_session_ending() {} - fn on_disabled(_: u32) {} + fn on_disabled(_: usize) {} } parameter_types! {