mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 22:27:56 +00:00
Update to latest Substrate & Polkadot (#131)
* Switch to latest Substrate & Polkadot * Update again
This commit is contained in:
@@ -104,7 +104,7 @@ fn valid_if_no_data_and_less_than_best_known_number() {
|
||||
|
||||
assert_eq!(
|
||||
res.unwrap(),
|
||||
Validation::Success,
|
||||
Validation::Success { is_new_best: false },
|
||||
"validating without data with block number < best known number is always a success",
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user