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 -1
View File
@@ -1410,7 +1410,7 @@ mod tests {
}
});
json_patch::merge(&mut default_config, &patch);
sc_chain_spec::json_merge(&mut default_config, patch);
// Build genesis config using custom json:
let mut t = BasicExternalities::new_empty();