Skip to content

Commit

Permalink
Remove duplicate comments (#6638)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma authored Jul 12, 2020
1 parent 429b1f3 commit f4e4c71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ use frame_support::{
traits::{OnInitialize, OnFinalize},
};
use sp_core::H256;
// The testing primitives are very useful for avoiding having to work with signatures
// or public keys. `u64` is used as the `AccountId` and no `Signature`s are required.
use sp_runtime::{
Perbill, traits::{BlakeTwo256, IdentityLookup}, testing::Header,
};
Expand All @@ -50,9 +48,6 @@ impl_outer_dispatch! {
}
}

// For testing the pallet, we construct most of a mock runtime. This means
// first constructing a configuration type (`Test`) which `impl`s each of the
// configuration traits of pallets we want to use.
#[derive(Clone, Eq, PartialEq)]
pub struct Test;

Expand Down

0 comments on commit f4e4c71

Please sign in to comment.