Skip to content

Commit 6a31092

Browse files
committed
mock implementation
1 parent 6c5b175 commit 6a31092

File tree

1 file changed

+7
-0
lines changed
  • polkadot/runtime/parachains/src

1 file changed

+7
-0
lines changed

polkadot/runtime/parachains/src/mock.rs

+7
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@ impl frame_support::traits::EstimateNextSessionRotation<u32> for TestNextSession
239239
}
240240
}
241241

242+
impl crate::paras::FreezeParaStoragesAccess for Test {
243+
type Scheduler = Test;
244+
type Inclusion = Test;
245+
type Dmp = Test;
246+
}
247+
242248
impl crate::paras::Config for Test {
243249
type RuntimeEvent = RuntimeEvent;
244250
type WeightInfo = crate::paras::TestWeightInfo;
@@ -247,6 +253,7 @@ impl crate::paras::Config for Test {
247253
type NextSessionRotation = TestNextSessionRotation;
248254
type OnNewHead = ();
249255
type AssignCoretime = ();
256+
type FreezeParaStoragesAccess = Test;
250257
}
251258

252259
impl crate::dmp::Config for Test {}

0 commit comments

Comments
 (0)