Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Fix dev rpc test
Signed-off-by: koushiro <[email protected]>
  • Loading branch information
koushiro committed Sep 20, 2022
commit 78521d70bc8a27185d69376f9bc50e99afde9d86
4 changes: 2 additions & 2 deletions client/rpc/src/dev/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ async fn block_stats_work() {
.await
.unwrap(),
Some(BlockStats {
witness_len: 597,
witness_compact_len: 500,
witness_len: 630,
witness_compact_len: 534,
block_len: 99,
num_extrinsics: 0,
}),
Expand Down