From 513780fe823d3b790aa2488e54874bafb3468a6d Mon Sep 17 00:00:00 2001 From: dung5ire Date: Wed, 21 Aug 2024 15:47:50 +0700 Subject: [PATCH] chore: fix mock esg Signed-off-by: dung5ire --- frame/esg/src/mock.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frame/esg/src/mock.rs b/frame/esg/src/mock.rs index 7637fab..9af41aa 100644 --- a/frame/esg/src/mock.rs +++ b/frame/esg/src/mock.rs @@ -27,10 +27,7 @@ type Block = frame_system::mocking::MockBlock; type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic; frame_support::construct_runtime!( - pub enum Test where - Block = Block, - NodeBlock = Block, - UncheckedExtrinsic = UncheckedExtrinsic, + pub enum Test { System: frame_system, Esg: pallet_esg,