Skip to content

Commit

Permalink
more refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofdeepanshu committed Jun 27, 2023
1 parent e1b0d3a commit 552b401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/block-reward/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

use super::{pallet::Error, Event, *};
use frame_support::{assert_noop, assert_ok, traits::OnTimestampSet};
use mock::{Balance, *};
use mock::*;
use sp_runtime::{
traits::{AccountIdConversion, BadOrigin, Zero},
Perbill,
Expand Down
2 changes: 1 addition & 1 deletion pallets/dapps-staking/src/testing_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

use super::{pallet::pallet::Event, *};
use frame_support::assert_ok;
use mock::{Balance, EraIndex, *};
use mock::{EraIndex, *};
use sp_runtime::{traits::AccountIdConversion, Perbill};

/// Helper struct used to store information relevant to era/contract/staker combination.
Expand Down

0 comments on commit 552b401

Please sign in to comment.