Skip to content

Commit

Permalink
fix tests compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed May 20, 2024
1 parent dbf6df6 commit 1d3758b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frame/evm/precompile/storage-cleaner/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ impl frame_system::Config for Runtime {
type SS58Prefix = ();
type OnSetCode = ();
type MaxConsumers = ConstU32<16>;
type MultiBlockMigrator = ();
type PreInherents = ();
type PostInherents = ();
type PostTransactions = ();
type SingleBlockMigrations = ();
}

parameter_types! {
Expand Down Expand Up @@ -145,6 +140,7 @@ impl pallet_evm::Config for Runtime {
type Timestamp = Timestamp;
type WeightInfo = ();
type SuicideQuickClearLimit = SuicideQuickClearLimit;
type GasLimitStorageGrowthRatio = ();
}

/// Build test externalities, prepopulated with data for testing the precompile.
Expand Down

0 comments on commit 1d3758b

Please sign in to comment.