Skip to content

Commit 177747b

Browse files
committed
fix test compile
1 parent 7480dff commit 177747b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pallets/subtensor/src/tests/registration.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#![allow(clippy::unwrap_used)]
22

3+
use crate::DispatchClass;
4+
use crate::Pays;
35
use approx::assert_abs_diff_eq;
46
use frame_support::dispatch::DispatchInfo;
7+
use frame_support::dispatch::GetDispatchInfo;
58
use frame_support::sp_runtime::{DispatchError, transaction_validity::TransactionSource};
69
use frame_support::traits::Currency;
710
use frame_support::{assert_err, assert_noop, assert_ok};

0 commit comments

Comments
 (0)