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

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit 477d7ad.
  • Loading branch information
michalkucharczyk committed Jun 12, 2023
1 parent 2b1ecd4 commit fd7fa62
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 {
BuildStorage::build_storage(&RuntimeGenesisConfig::default()).unwrap().into()
RuntimeGenesisConfig::default().build_storage().unwrap().into()
}

pub fn test_cid() -> Cid {
Expand Down

0 comments on commit fd7fa62

Please sign in to comment.