Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Jun 6, 2023
1 parent 6017dad commit 477d7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/alliance/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ pub fn new_test_ext() -> sp_io::TestExternalities {

#[cfg(feature = "runtime-benchmarks")]
pub fn new_bench_ext() -> sp_io::TestExternalities {
RuntimeGenesisConfig::default().build_storage().unwrap().into()
BuildStorage::build_storage(&RuntimeGenesisConfig::default()).unwrap().into()
}

pub fn test_cid() -> Cid {
Expand Down

0 comments on commit 477d7ad

Please sign in to comment.