Skip to content

Commit 1269b06

Browse files
committed
test(chain): fix incorrect test case
1 parent 72fe65b commit 1269b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/chain/tests/test_local_chain.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -672,9 +672,9 @@ fn local_chain_apply_header_connected_to() {
672672

673673
let test_cases = [
674674
{
675-
let header = header_from_prev_blockhash(h!("A"));
675+
let header = header_from_prev_blockhash(h!("_"));
676676
let hash = header.block_hash();
677-
let height = 2;
677+
let height = 1;
678678
let connected_to = BlockId { height, hash };
679679
TestCase {
680680
name: "connected_to_self_header_applied_to_self",

0 commit comments

Comments
 (0)