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

Commit fd7fa62

Browse files
Revert "fix"
This reverts commit 477d7ad.
1 parent 2b1ecd4 commit fd7fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/alliance/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ pub fn new_test_ext() -> sp_io::TestExternalities {
372372

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

378378
pub fn test_cid() -> Cid {

0 commit comments

Comments
 (0)