pub fn initialize_bridge_by_governance_works<Runtime, GrandpaPalletInstance>(
collator_session_key: CollatorSessionKeys<Runtime>,
runtime_para_id: u32,
)where
Runtime: BasicParachainRuntime + BridgeGrandpaConfig<GrandpaPalletInstance>,
GrandpaPalletInstance: 'static,
RuntimeCallOf<Runtime>: GetDispatchInfo + From<BridgeGrandpaCall<Runtime, GrandpaPalletInstance>>,
Expand description
Test-case makes sure that Runtime
can process bridging initialize via governance-like call