We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5b175 commit 6a31092Copy full SHA for 6a31092
polkadot/runtime/parachains/src/mock.rs
@@ -239,6 +239,12 @@ impl frame_support::traits::EstimateNextSessionRotation<u32> for TestNextSession
239
}
240
241
242
+impl crate::paras::FreezeParaStoragesAccess for Test {
243
+ type Scheduler = Test;
244
+ type Inclusion = Test;
245
+ type Dmp = Test;
246
+}
247
+
248
impl crate::paras::Config for Test {
249
type RuntimeEvent = RuntimeEvent;
250
type WeightInfo = crate::paras::TestWeightInfo;
@@ -247,6 +253,7 @@ impl crate::paras::Config for Test {
253
type NextSessionRotation = TestNextSessionRotation;
254
type OnNewHead = ();
255
type AssignCoretime = ();
256
+ type FreezeParaStoragesAccess = Test;
257
251
258
252
259
impl crate::dmp::Config for Test {}
0 commit comments