Migrate pallet-utility to pallet attribute macro. (#8326)

* Migrate pallet-utility to pallet attribute macro.

* Replace 'Module' with 'Pallet' in benchmarking.
This commit is contained in:
Shaun Wang
2021-03-24 23:35:39 +13:00
committed by GitHub
parent 4ac621292a
commit 4f5668b9bd
3 changed files with 73 additions and 53 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ benchmarks! {
}
impl_benchmark_test_suite!(
Module,
Pallet,
crate::tests::new_test_ext(),
crate::tests::Test,
);