Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Feb 6, 2024
1 parent b639473 commit 33274ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/block_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ mod block_tests {

let header = response.json_body_as::<BlockInfo>().unwrap();

assert_eq!(header.tx_hashes.len(), 4)
assert_eq!(header.tx_hashes.len(), 81)
}
}

0 comments on commit 33274ec

Please sign in to comment.