File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ use frame_support::{
6
6
impl_outer_origin, parameter_types, weights:: Weight ,
7
7
} ;
8
8
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.
11
9
use sp_runtime:: {
12
10
Perbill ,
13
11
testing:: Header ,
@@ -18,9 +16,6 @@ impl_outer_origin! {
18
16
pub enum Origin for Test where system = frame_system { }
19
17
}
20
18
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.
24
19
#[ derive( Clone , Eq , Debug , PartialEq ) ]
25
20
pub struct Test ;
26
21
parameter_types ! {
You can’t perform that action at this time.
0 commit comments