Skip to content

Commit

Permalink
fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 4, 2024
1 parent a319bf8 commit 1878dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/regions/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mod benchmarks {
assert_ok!(crate::Pallet::<T>::mint_into(&region_id.into(), &caller));

#[extrinsic_call]
_(RawOrigin::Signed(caller.clone()), region_id);
_(RawOrigin::None, region_id);
assert!(crate::Pallet::<T>::regions(&region_id).unwrap().record.is_pending());

Ok(())
Expand Down

0 comments on commit 1878dfb

Please sign in to comment.