Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Dec 12, 2024
1 parent bbb4613 commit bb9fbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pallet-bioauth/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
use std::ops::Div;

use frame_support::{
assert_err, assert_noop, assert_ok, assert_storage_noop, pallet_prelude::*, traits::ConstU32,
BoundedVec,
assert_err, assert_noop, assert_ok, assert_storage_noop, dispatch::DispatchInfo,
pallet_prelude::*, traits::ConstU32, BoundedVec,
};
use mockall::predicate;

Expand Down

0 comments on commit bb9fbc5

Please sign in to comment.