mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
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:
Generated
+179
-179
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"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user