mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
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:
committed by
GitHub
parent
4ca193f88b
commit
73fd8cd717
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user