Skip to content

Commit

Permalink
do todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 21, 2024
1 parent 9127d98 commit 5850e75
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 @@ -70,7 +70,7 @@ mod benchmarks {
#[extrinsic_call]
_(RawOrigin::Signed(caller.clone()), region_id);

// TODO: somehow check events
assert!(crate::Pallet::<T>::regions(&region_id).unwrap().record.is_pending());

Ok(())
}
Expand Down

0 comments on commit 5850e75

Please sign in to comment.