Skip to content

Commit

Permalink
fix: fix test type
Browse files Browse the repository at this point in the history
  • Loading branch information
Akagi201 committed Jul 1, 2022
1 parent 2ba972b commit c6e3d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pallets/system-staking/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
#![cfg(test)]

use crate::{mock::*, *};
use frame_support::{assert_ok, sp_runtime::Permill};
use frame_support::{
assert_ok,
sp_runtime::{Perbill, Permill},
};

#[test]
fn token_config_should_work() {
Expand Down

0 comments on commit c6e3d3f

Please sign in to comment.