Skip to content

Commit a74641a

Browse files
authored
Remove duplicate comments (#6638)
1 parent 3dd6e01 commit a74641a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tests.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use frame_support::{
66
impl_outer_origin, parameter_types, weights::Weight,
77
};
88
use sp_core::H256;
9-
// The testing primitives are very useful for avoiding having to work with signatures
10-
// or public keys. `u64` is used as the `AccountId` and no `Signature`s are required.
119
use sp_runtime::{
1210
Perbill,
1311
testing::Header,
@@ -18,9 +16,6 @@ impl_outer_origin! {
1816
pub enum Origin for Test where system = frame_system {}
1917
}
2018

21-
// For testing the pallet, we construct most of a mock runtime. This means
22-
// first constructing a configuration type (`Test`) which `impl`s each of the
23-
// configuration traits of pallets we want to use.
2419
#[derive(Clone, Eq, Debug, PartialEq)]
2520
pub struct Test;
2621
parameter_types! {

0 commit comments

Comments
 (0)