--- a/runtime/tests/src/lib.rs +++ b/runtime/tests/src/lib.rs @@ -62,7 +62,7 @@ UncheckedExtrinsic = UncheckedExtrinsic, { System: frame_system, - Unique: pallet_unique::{Pallet, Call, Storage, Event}, + Unique: pallet_unique::{Pallet, Call, Storage}, Balances: pallet_balances::{Pallet, Call, Storage, Event}, Common: pallet_common::{Pallet, Storage, Event}, Fungible: pallet_fungible::{Pallet, Storage}, @@ -273,7 +273,6 @@ } impl pallet_unique::Config for Test { - type RuntimeEvent = RuntimeEvent; type WeightInfo = (); type CommonWeightInfo = CommonWeights; type RefungibleExtensionsWeightInfo = CommonWeights;