Skip to content
Snippets Groups Projects
Commit faeb3d94 authored by Koute's avatar Koute Committed by GitHub
Browse files

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 <>
parent 88cee48d
No related merge requests found
This diff is collapsed.
......@@ -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()
)
);
});
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment