We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fe65b commit 1269b06Copy full SHA for 1269b06
crates/chain/tests/test_local_chain.rs
@@ -672,9 +672,9 @@ fn local_chain_apply_header_connected_to() {
672
673
let test_cases = [
674
{
675
- let header = header_from_prev_blockhash(h!("A"));
+ let header = header_from_prev_blockhash(h!("_"));
676
let hash = header.block_hash();
677
- let height = 2;
+ let height = 1;
678
let connected_to = BlockId { height, hash };
679
TestCase {
680
name: "connected_to_self_header_applied_to_self",
0 commit comments