Skip to content

Commit

Permalink
Update pallets/motion/src/benchmarking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Bell <[email protected]>
  • Loading branch information
al3mart and evilrobot-01 authored Feb 7, 2025
1 parent bbc6a0b commit 0d639e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/motion/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mod benchmarks {
fn simple_majority() {
let call: <T as Config>::RuntimeCall = frame_system::Call::remark { remark: vec![] }.into();
let origin = <T as Config>::SimpleMajorityOrigin::try_successful_origin().unwrap();

#[extrinsic_call]
_(origin as T::RuntimeOrigin, Box::new(call));

Expand Down

0 comments on commit 0d639e2

Please sign in to comment.