mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Upgrade jsonrpsee to v0.3 (#1051)
* Upgrade `jsonrpsee` to v0.3 * whitespace * fmt Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>
This commit is contained in:
@@ -307,8 +307,9 @@ mod tests {
|
||||
)
|
||||
.unwrap();
|
||||
match i {
|
||||
2..=10 =>
|
||||
assert_eq!(finalized_blocks, vec![(parent_id, Some(100))], "At {}", i,),
|
||||
2..=10 => {
|
||||
assert_eq!(finalized_blocks, vec![(parent_id, Some(100))], "At {}", i,)
|
||||
},
|
||||
_ => assert_eq!(finalized_blocks, vec![], "At {}", i),
|
||||
}
|
||||
latest_block_id = rolling_last_block_id;
|
||||
|
||||
Reference in New Issue
Block a user