Skip to content

Commit 82e6058

Browse files
committed
clippy
1 parent 365d036 commit 82e6058

File tree

1 file changed

+2
-2
lines changed
  • pallets/admin-utils/src/tests

1 file changed

+2
-2
lines changed

pallets/admin-utils/src/tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ use pallet_subtensor::{
1010
};
1111
// use pallet_subtensor::{migrations, Event};
1212
use pallet_subtensor::{Event, utils::rate_limiting::TransactionType};
13-
use sp_consensus_grandpa::AuthorityId as GrandpaId;
14-
use sp_core::{Get, Pair, U256, ed25519};
13+
use sp_core::{Get, U256};
1514
use sp_runtime::Percent;
1615
use sp_runtime::traits::Zero;
1716
use substrate_fixed::types::I96F32;
@@ -1968,6 +1967,7 @@ fn test_sudo_set_node_validator_emissions_percent() {
19681967
});
19691968
}
19701969

1970+
#[test]
19711971
fn test_sudo_set_admin_freeze_window_and_rate() {
19721972
new_test_ext().execute_with(|| {
19731973
// Non-root fails

0 commit comments

Comments
 (0)