Skip to content

Commit c97f91a

Browse files
committed
fix test on marketplace
1 parent 6fec47e commit c97f91a

File tree

1 file changed

+4
-0
lines changed
  • pallets/gated-marketplace/src

1 file changed

+4
-0
lines changed

pallets/gated-marketplace/src/mock.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,14 @@ impl pallet_gated_marketplace::Config for Test {
9292
//type LocalCurrency = Balances;
9393
type Rbac = RBAC;
9494
}
95+
parameter_types! {
96+
pub const ChildMaxLen: u32 = 10;
97+
}
9598

9699
impl pallet_fruniques::Config for Test {
97100
type Event = Event;
98101
type RemoveOrigin = EnsureRoot<Self::AccountId>;
102+
type ChildMaxLen = ChildMaxLen;
99103
}
100104

101105
parameter_types! {

0 commit comments

Comments
 (0)