Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Oct 31, 2024
1 parent 906f150 commit e5b8bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions substrate/frame/system/benchmarking/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ impl frame_system::ExtensionsWeightInfo for MockWeights {
fn check_weight() -> Weight {
Weight::from_parts(10, 0)
}

fn weight_reclaim() -> Weight {
Weight::from_parts(10, 0)
}
}

#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
Expand Down

0 comments on commit e5b8bf6

Please sign in to comment.