Skip to content

Commit

Permalink
test: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
lrazovic committed Apr 25, 2024
1 parent 5a0e555 commit fcac9f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pallets/dispenser/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ fn assert_last_event<T: Config>(generic_event: <T as Config>::RuntimeEvent) {
#[benchmarks]
mod benchmarks {
use super::*;
use polimec_common_test_utils::get_mock_jwt_with_cid;

#[benchmark]
fn dispense() {
let caller: T::AccountId = whitelisted_caller();
Expand Down

0 comments on commit fcac9f4

Please sign in to comment.