We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf79d64 commit 881e27bCopy full SHA for 881e27b
stacks-signer/src/tests/chainstate.rs
@@ -288,7 +288,7 @@ fn check_proposal_reorg_timing_bad() {
288
#[test]
289
fn check_proposal_reorg_timing_ok() {
290
let result = reorg_timing_testing("reorg_timing_okay", 30, 30);
291
- result.expect_err("Proposal should validate okay, because the reorg occurred in a block whose proposed time was close to the sortition");
+ result.expect("Proposal should validate okay, because the reorg occurred in a block whose proposed time was close to the sortition");
292
}
293
294
0 commit comments