test-runtime: json_patch dep removed (#3062)

We don't need dependency on `json_patch` there is implementation of
needed function in `sc_chain_spec` crate.
This PR makes this function publicly available and removes the dep.
This commit is contained in:
Michal Kucharczyk
2024-01-25 16:03:40 +01:00
committed by GitHub
parent 4ca193f88b
commit 73fd8cd717
4 changed files with 4 additions and 14 deletions
+1
View File
@@ -338,6 +338,7 @@ pub use self::{
GenesisBlockBuilder,
},
genesis_config_builder::GenesisConfigBuilderRuntimeCaller,
json_patch::merge as json_merge,
};
pub use sc_chain_spec_derive::{ChainSpecExtension, ChainSpecGroup};