Skip to content

Commit 6ce5d02

Browse files
committed
fixed test expected message
1 parent 8b74fbb commit 6ce5d02

File tree

1 file changed

+1
-1
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10287,7 +10287,7 @@ fn disallow_reorg_within_first_proposal_burn_block_timing_secs_but_more_than_one
1028710287
proposed_block.header.signer_signature_hash(),
1028810288
num_signers,
1028910289
)
10290-
.expect("Timed out waiting for a tenure extend proposal to be rejected");
10290+
.expect("Timed out waiting for a block proposal to be rejected");
1029110291

1029210292
assert_eq!(
1029310293
get_chain_info(&conf_1).stacks_tip_height,

0 commit comments

Comments
 (0)