mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 10:17:55 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -3,7 +3,7 @@ use evm_runtime_template::{BuildStorage, Runtime, System};
|
||||
use pezframe_support::weights::Weight;
|
||||
|
||||
pub fn run_with_system_weight<F: FnMut()>(w: Weight, mut assertions: F) {
|
||||
let mut t: sp_io::TestExternalities =
|
||||
let mut t: pezsp_io::TestExternalities =
|
||||
pezframe_system::GenesisConfig::<Runtime>::default().build_storage().unwrap().into();
|
||||
t.execute_with(|| {
|
||||
System::set_block_consumed_resources(w, 0);
|
||||
|
||||
Reference in New Issue
Block a user