Skip to content

Commit

Permalink
changed benchmark to match pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooksey99 committed Dec 6, 2023
1 parent c72c12a commit 1a70a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pallets/popi/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use super::*;

#[allow(unused)]
use crate::Pallet as popi;
use crate::Pallet as Popi;
use frame_benchmarking::v2::*;
use frame_system::RawOrigin;

Expand Down Expand Up @@ -31,5 +31,5 @@ mod benchmarks {
assert_eq!(Something::<T>::get(), Some(101u32));
}

impl_benchmark_test_suite!(popi, crate::mock::new_test_ext(), crate::mock::Test);
}
impl_benchmark_test_suite!(Popi, crate::mock::new_test_ext(), crate::mock::Test);
}

0 comments on commit 1a70a99

Please sign in to comment.