Companion for substrate#11523 (#5702)

* Bump `parity-scale-codec` to 3.1.5

* Align tests to changes in substrate

* Apply rustfmt

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Koute
2022-07-29 18:07:11 +09:00
committed by GitHub
parent 88cee48d1e
commit faeb3d944d
2 changed files with 179 additions and 180 deletions
+174 -179
View File
File diff suppressed because it is too large Load Diff
+5 -1
View File
@@ -197,7 +197,11 @@ fn verify_dmq_mqc_head_is_externally_accessible() {
let head = sp_io::storage::get(&well_known_keys::dmq_mqc_head(a));
assert_eq!(
head,
Some(hex!["434f8579a2297dfea851bf6be33093c83a78b655a53ae141a7894494c0010589"].to_vec())
Some(
hex!["434f8579a2297dfea851bf6be33093c83a78b655a53ae141a7894494c0010589"]
.to_vec()
.into()
)
);
});
}