Skip to content

Commit f4e4c71

Browse files
authored
Remove duplicate comments (#6638)
1 parent 429b1f3 commit f4e4c71

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mock.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ use frame_support::{
2525
traits::{OnInitialize, OnFinalize},
2626
};
2727
use sp_core::H256;
28-
// The testing primitives are very useful for avoiding having to work with signatures
29-
// or public keys. `u64` is used as the `AccountId` and no `Signature`s are required.
3028
use sp_runtime::{
3129
Perbill, traits::{BlakeTwo256, IdentityLookup}, testing::Header,
3230
};
@@ -50,9 +48,6 @@ impl_outer_dispatch! {
5048
}
5149
}
5250

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

0 commit comments

Comments
 (0)