--- a/pallets/proxy-rmrk-core/src/benchmarking.rs +++ b/pallets/proxy-rmrk-core/src/benchmarking.rs @@ -51,4 +51,9 @@ let new_owner_source = T::Lookup::unlookup(new_owner); }: _(RawOrigin::Signed(caller), collection_id, new_owner_source) + + lock_collection { + let caller: T::AccountId = account("caller", 0, SEED); + let collection_id = create_max_collection::(&caller)?; + }: _(RawOrigin::Signed(caller), collection_id) }