Skip to content

Commit 32abc0b

Browse files
committed
test: update check_proposal_reorg_timing_ok for recent change
1 parent 91aaea5 commit 32abc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/tests/chainstate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ fn check_proposal_reorg_timing_bad() {
287287

288288
#[test]
289289
fn check_proposal_reorg_timing_ok() {
290-
let result = reorg_timing_testing("reorg_timing_okay", 30, 30);
290+
let result = reorg_timing_testing("reorg_timing_okay", 30, 29);
291291
result.expect("Proposal should validate okay, because the reorg occurred in a block whose proposed time was close to the sortition");
292292
}
293293

0 commit comments

Comments
 (0)