diff --git a/frame/scheduler/src/migration.rs b/frame/scheduler/src/migration.rs index 97a5ef4c3e883..f71b9457f5166 100644 --- a/frame/scheduler/src/migration.rs +++ b/frame/scheduler/src/migration.rs @@ -198,7 +198,7 @@ pub mod v3 { } } -mod v4 { +pub mod v4 { use super::*; use frame_support::pallet_prelude::*;