Update substrate dependencies (#1674)

* Update substrate dependencies

* [ci] Apply cargo-fmt

Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
This commit is contained in:
Egor_P
2022-09-22 19:32:57 +02:00
committed by GitHub
parent b42b033a07
commit 4271ac75d3
2 changed files with 181 additions and 180 deletions
Generated
+179 -179
View File
File diff suppressed because it is too large Load Diff
@@ -284,7 +284,8 @@ fn check_inherents_are_unsigned_and_before_all_other_extrinsics() {
.expect("Runs the test");
assert!(output.status.success());
assert!(String::from_utf8(output.stderr).unwrap()
assert!(String::from_utf8(output.stderr)
.unwrap()
.contains("Could not find `set_validation_data` inherent"));
}
}