Skip to content

Commit

Permalink
chore: fix mock esg
Browse files Browse the repository at this point in the history
Signed-off-by: dung5ire <[email protected]>
  • Loading branch information
dung5ire committed Aug 26, 2024
1 parent a7bd712 commit 513780f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frame/esg/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ type Block = frame_system::mocking::MockBlock<Test>;
type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;

frame_support::construct_runtime!(
pub enum Test where
Block = Block,
NodeBlock = Block,
UncheckedExtrinsic = UncheckedExtrinsic,
pub enum Test
{
System: frame_system,
Esg: pallet_esg,
Expand Down

0 comments on commit 513780f

Please sign in to comment.