Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Nov 22, 2023
1 parent bf888ef commit 548e843
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/parachain-staking/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ use pallet_authorship::EventHandler;
use pallet_balances::{BalanceLock, Error as BalancesError, Reasons};
use pallet_session::{SessionManager, ShouldEndSession};
use sp_runtime::{traits::Zero, Perbill, Permill, Perquintill, SaturatedConversion};

use module_pallet_staking_rpc_runtime_api::StakingRates;
use crate::{
mock::{
almost_equal, events, last_event, roll_to, roll_to_claim_rewards, AccountId, Balance,
Balances, BlockNumber, ExtBuilder, RuntimeEvent as MetaEvent, RuntimeOrigin as Origin,
Session, StakePallet, System, Test, BLOCKS_PER_ROUND, DECIMALS, TREASURY_ACC,
},
runtime_api::StakingRates,
set::OrderedSet,
types::{
BalanceOf, Candidate, CandidateStatus, DelegationCounter, Delegator, RoundInfo, Stake,
Expand Down

0 comments on commit 548e843

Please sign in to comment.