@@ -262,6 +262,7 @@ impl CollectiveInterface<AccountId, H256, u32> for TriumvirateVotes {
262
262
}
263
263
264
264
// We call pallet_collective TriumvirateCollective
265
+ #[ allow( unused) ]
265
266
type TriumvirateCollective = pallet_collective:: Instance1 ;
266
267
impl pallet_collective:: Config < TriumvirateCollective > for Test {
267
268
type RuntimeOrigin = RuntimeOrigin ;
@@ -279,6 +280,7 @@ impl pallet_collective::Config<TriumvirateCollective> for Test {
279
280
}
280
281
281
282
// We call council members Triumvirate
283
+ #[ allow( unused) ]
282
284
type TriumvirateMembership = pallet_membership:: Instance1 ;
283
285
impl pallet_membership:: Config < TriumvirateMembership > for Test {
284
286
type RuntimeEvent = RuntimeEvent ;
@@ -295,6 +297,7 @@ impl pallet_membership::Config<TriumvirateMembership> for Test {
295
297
296
298
// This is a dummy collective instance for managing senate members
297
299
// Probably not the best solution, but fastest implementation
300
+ #[ allow( unused) ]
298
301
type SenateCollective = pallet_collective:: Instance2 ;
299
302
impl pallet_collective:: Config < SenateCollective > for Test {
300
303
type RuntimeOrigin = RuntimeOrigin ;
@@ -312,6 +315,7 @@ impl pallet_collective::Config<SenateCollective> for Test {
312
315
}
313
316
314
317
// We call our top K delegates membership Senate
318
+ #[ allow( unused) ]
315
319
type SenateMembership = pallet_membership:: Instance2 ;
316
320
impl pallet_membership:: Config < SenateMembership > for Test {
317
321
type RuntimeEvent = RuntimeEvent ;
0 commit comments