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 6383464 commit 3f99fc3Copy full SHA for 3f99fc3
stacks-signer/src/chainstate/tests/v2.rs
@@ -439,13 +439,9 @@ fn check_proposal_tenure_extend() {
439
block.txs = vec![tx];
440
block.header.sign_miner(&block_sk).unwrap();
441
sortitions_view.config.read_count_idle_timeout = Duration::ZERO;
442
- sortitions_view.check_proposal(
443
- &stacks_client,
444
- &mut signer_db,
445
- &block,
446
- )
447
- .expect("Proposal should validate");
448
-
+ sortitions_view
+ .check_proposal(&stacks_client, &mut signer_db, &block)
+ .expect("Proposal should validate");
449
}
450
451
#[test]
0 commit comments