From 3e53e077a74ca6f975b8400cade20f9055e6ad53 Mon Sep 17 00:00:00 2001 From: Gautham Date: Thu, 28 Dec 2023 07:32:59 +0530 Subject: [PATCH] Update mock --- pallets/thea-executor/src/mock.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/thea-executor/src/mock.rs b/pallets/thea-executor/src/mock.rs index 626c42dfd..1ab960b78 100644 --- a/pallets/thea-executor/src/mock.rs +++ b/pallets/thea-executor/src/mock.rs @@ -206,6 +206,7 @@ impl thea_executor::Config for Test { type MultiAssetIdAdapter = AssetId; type AssetBalanceAdapter = u128; type ExistentialDeposit = ExistentialDeposit; + type GovernanceOrigin = EnsureRoot; } impl frame_system::offchain::SendTransactionTypes for Test